- img_A
- img_B
(Images from https://www.pexels.com/ja-jp/video/854669/)
- Epipolar line for img_A
- Epipolar line for img_B
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 dfe.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 dfe.py --input IMAGE_B --input2 IMAGE_A
-
- A part of feature extraction by using SIFT.
Pytorch
ONNX opset=11