Yunsheng Tian
Yunsheng Tian
Thanks for the quick reply! Unifying to negative = feasible sounds like a good idea.
Try either: 1) python setup.py install --user 2) do not use system python, e.g., use python from an anaconda virtual environment, which shouldn't require root access Hope this helps.
Thank you @timon-meier . Yes this project was developed a while ago, but this also works with higher versions of python (I tried 3.8 at least). Though there is a...
Hi @polyfractal Thank you for your bug report. I will look into that soon and see if this can be fixed. Sorry I have limited availability these days to maintain...
I tried your problem setup and observed the same error. After playing around with the code, I have a temporary solution: replacing ``` labels_opt = cut_from_graph(edges, unary_cost, pairwise_cost, label_cost) ```...
You are welcome! I guess what you described might make things easier, but I am not quite sure at the moment. Sorry January is a bit difficult for me to...
Hey yes the highly similar suggestions do not look good to me, and I'll start to investigate this soon, will keep you updated. And the value with +/- is the...
I believe it could be either a python version or an operating system issue. Are you using windows? I remember pickle with multiprocessing could have some issues depending on how...
Does `pip install pygco` work?