Borda / pyGCO

A python wrapper for gco-v3.0 package, used for graph cuts based MRF optimization.
http://vision.csd.uwo.ca/code
61 stars 18 forks source link

Works on Windows #15

Closed yig closed 3 years ago

yig commented 3 years ago

This version is confirmed to work on windows. Until this branch is merged, you can use it via:

pip install git+https://github.com/yig/pyGCO@buil-win
pep8speaks commented 3 years ago

Hello @yig! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 56:1: W293 blank line contains whitespace Line 57:32: E231 missing whitespace after ','

Borda commented 3 years ago

@yig great, but is it really working on Win? I see all tests failing https://ci.appveyor.com/project/Borda/pygco/builds/36865654