Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,10 @@ to repeatedly detect a much richer set of interest points than the initial pre-a
|
|
31 |
traditional corner detector. The final system gives rise to state-of-the-art homography estimation results on HPatches
|
32 |
when compared to LIFT, SIFT and ORB.*
|
33 |
|
|
|
|
|
|
|
|
|
34 |
## How to use
|
35 |
|
36 |
Here is a quick example of using the model to detect interest points in an image:
|
|
|
31 |
traditional corner detector. The final system gives rise to state-of-the-art homography estimation results on HPatches
|
32 |
when compared to LIFT, SIFT and ORB.*
|
33 |
|
34 |
+
## Demo notebook
|
35 |
+
|
36 |
+
A demo notebook showcasing inference + visualization with SuperPoint can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/SuperPoint/Inference_with_SuperPoint_to_detect_interest_points_in_an_image.ipynb).
|
37 |
+
|
38 |
## How to use
|
39 |
|
40 |
Here is a quick example of using the model to detect interest points in an image:
|