danini / graph-cut-ransac

The Graph-Cut RANSAC algorithm proposed in paper: Daniel Barath and Jiri Matas; Graph-Cut RANSAC, Conference on Computer Vision and Pattern Recognition, 2018. It is available at http://openaccess.thecvf.com/content_cvpr_2018/papers/Barath_Graph-Cut_RANSAC_CVPR_2018_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have a problem

liandexu186 opened this issue · comments

Sorry to disturb you, follow the instructions in "readme", when I run the code according to the "examples.ipynb" given, it prompts "AttributeError: module 'pygcransac' has no attribute 'findHomography'" ,Excuse me, what should I do.

Hi,

Have you installed it via pip install . -e ?

Hi,

Have you installed it via pip install . -e ?

thank you