Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: purple
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
|
@@ -15,6 +16,7 @@ Vis(ion)Match(ers) is a unified API for quickly and easily trying **50+ image ma
|
|
| 15 |
[](https://github.com/gmberton/vismatch)
|
| 16 |
[](https://colab.research.google.com/github/gmberton/vismatch/blob/main/demo.ipynb)
|
| 17 |
[](https://pypi.org/project/vismatch/)
|
|
|
|
| 18 |
|
| 19 |
## Install
|
| 20 |
|
|
@@ -39,6 +41,4 @@ img1 = matcher.load_image("path/to/img1.jpg", resize=512)
|
|
| 39 |
result = matcher(img0, img1)
|
| 40 |
plot_matches(img0, img1, result, save_path="plot_matches.png")
|
| 41 |
```
|
| 42 |
-
All model weights are hosted here and automatically downloaded by vismatch.
|
| 43 |
-
|
| 44 |
-
|
|
|
|
| 5 |
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: bsd-3-clause
|
| 9 |
---
|
| 10 |
|
| 11 |
|
|
|
|
| 16 |
[](https://github.com/gmberton/vismatch)
|
| 17 |
[](https://colab.research.google.com/github/gmberton/vismatch/blob/main/demo.ipynb)
|
| 18 |
[](https://pypi.org/project/vismatch/)
|
| 19 |
+
[](https://vismatch.readthedocs.io/en/latest/)
|
| 20 |
|
| 21 |
## Install
|
| 22 |
|
|
|
|
| 41 |
result = matcher(img0, img1)
|
| 42 |
plot_matches(img0, img1, result, save_path="plot_matches.png")
|
| 43 |
```
|
| 44 |
+
All model weights are hosted here and automatically downloaded by vismatch.
|
|
|
|
|
|