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

python setup.py install

InstantWindy opened this issue · comments

Hi. When I run "python setup.py install", it shows errors as following
image

Hey any updates on this? Same issue here

I am trying on my Ubuntu subsystem and, also, in Anaconda and it compiles with no problem. Maybe @ducha-aiki has an idea what this could be.

Could you please specify gcc versions and so on? I am using python 3.7, gcc 9.2.1 and no problem so far.
image

image

Has this been solved?