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
Other
431 stars 93 forks source link

python setup.py install #19

Closed InstantWindy closed 3 years ago

InstantWindy commented 4 years ago

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

mesaperry commented 4 years ago

Hey any updates on this? Same issue here

danini commented 4 years ago

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.

ducha-aiki commented 4 years ago

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

danini commented 4 years ago

Has this been solved?