Skip to content

Commit

Permalink
New version of SuperPoint exported to Pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
rpautrat authored Sep 26, 2023
1 parent e5a006e commit d8ebb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is a Tensorflow implementation of "SuperPoint: Self-Supervised Interest Point Detection and Description." Daniel DeTone, Tomasz Malisiewicz, Andrew Rabinovich. [ArXiv 2018](https://arxiv.org/abs/1712.07629).

**Update**: We have converted the Tensorflow model into a [Pytorch one](https://github.com/rpautrat/SuperPoint/blob/master/weights/superpoint_v6_from_tf.pth). This provides a version of SuperPoint with MIT license, which can be used with the Pytorch model defined in [superpoint_pytorch.py](https://github.com/rpautrat/SuperPoint/blob/master/superpoint_pytorch.py).

![hp-v_200](doc/hp-v_200.png)
![hp-v_235](doc/hp-v_235.png)
![hp-v_280](doc/hp-v_280.png)
Expand Down

0 comments on commit d8ebb90

Please sign in to comment.