Skip to content

Commit 631fe2b

Browse files
Merge pull request #937 from 0xSynapse/master
updated the readme instructions
2 parents 9590017 + 1b20b9b commit 631fe2b

File tree

1 file changed

+11
-3
lines changed
  • Feature-Matching-Using-Neural-Networks

1 file changed

+11
-3
lines changed

Feature-Matching-Using-Neural-Networks/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ It is part of the LearnOpenCV blog post - [Introduction to Feature Matching Usin
1010

1111
### Run Inference
1212

13-
Follow the Environment setup process described in article.
14-
15-
Run the ``app.py`` file in your python environment.
13+
##### Clone the Image Matching WebUI repository into your local directory:
14+
```bash
15+
git clone https://github.com/0xSynapse/image-matching-webui.git
16+
cd image-matching-webui/
17+
```
18+
##### Follow the Environment setup process described in article.
19+
20+
##### Run the ``app.py`` file in your python environment:
21+
```bash
22+
python app.py
23+
```
1624

1725
## AI Courses by OpenCV
1826

0 commit comments

Comments
 (0)