Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deep Fundamental Matrix Estimation

Input

  • img_A

Input

  • img_B

Input

(Images from https://www.pexels.com/ja-jp/video/854669/)

Output

  • Epipolar line for img_A

Output

  • Epipolar line for img_B

Output

Usage

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

Reference

Framework

Pytorch

Model Format

ONNX opset=11

Netron

WeightEstimatorNet_init.onnx.prototxt

WeightEstimatorNet_iter.onnx.prototxt