- img_A
- img_B
(Image from http://icvl.ee.ic.ac.uk/vbalnt/hpatches/hpatches-sequences-release.tar.gz)
- Keypoints result
- Matches result (inliers)
- Matches result (outliers)
- Warping result (gray)
- Warping result (filterd)
- Warping result (correspondence)
Automatically downloads the onnx and prototxt files on the first run. It is necessary to be connected to the Internet while downloading.
For the sample image,
$ python3 pytorch_superpoint.py
If you want to specify the input image, put the image path (as img_B) after the --input
option,
and the second image path (as img_A) after the --input2
option.
$ python3 pytorch_superpoint.py
--input IMAGE_B --input2 IMAGE_A
Pytorch
ONNX opset=11