pyGCO
pyGCO copied to clipboard
A python wrapper for gco-v3.0 package, used for graph cuts based MRF optimization.
## Problem I'm trying to use pyGCO to segment color images with 3 or more ground truth segments using `gco.cut_general_graph()` rather than `gco.cut_grid_graph_simple()` so that I can later pass custom...
Thanks for your contribution. When I use the cut_general_graph(), sometimes it raises this error: '[WinError -529697949] Windows Error 0xe06d7363' or 'access violation reading 0x000001678195EE7C', I'm using the float type datacost...
Implement PEP 508 requirements definition instead of conditional logic in setup.py, as the former may confuses dependency managers like poetry ## What does this PR do? Fixes #[an issue very...
Thanks for your contribution. I wonder what is the input for unary_cost in function cut_grid_graph_simple while performing classfication on rgb image. I cannot understand the shape of unary_cost. Could you...
Excuse me, how can I use `cut_from_graph()` function in visual studio 2019?