astoken commited on
Commit
6273431
·
verified ·
1 Parent(s): 88fcf44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
  [![GitHub](https://img.shields.io/badge/GitHub-vismatch-blue?logo=github)](https://github.com/gmberton/vismatch)
16
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gmberton/vismatch/blob/main/demo.ipynb)
17
  [![PyPI](https://img.shields.io/pypi/v/vismatch)](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
  [![GitHub](https://img.shields.io/badge/GitHub-vismatch-blue?logo=github)](https://github.com/gmberton/vismatch)
17
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gmberton/vismatch/blob/main/demo.ipynb)
18
  [![PyPI](https://img.shields.io/pypi/v/vismatch)](https://pypi.org/project/vismatch/)
19
+ [![RTD](https://app.readthedocs.org/projects/vismatch/badge/?version=latest&style=flat)](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.