We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9590017 + 1b20b9b commit 631fe2bCopy full SHA for 631fe2b
Feature-Matching-Using-Neural-Networks/README.md
@@ -10,9 +10,17 @@ It is part of the LearnOpenCV blog post - [Introduction to Feature Matching Usin
10
11
### Run Inference
12
13
-Follow the Environment setup process described in article.
14
-
15
-Run the ``app.py`` file in your python environment.
+##### Clone the Image Matching WebUI repository into your local directory:
+```bash
+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
22
+python app.py
23
24
25
## AI Courses by OpenCV
26
0 commit comments