installing this toolbox?
felix-tracxpoint opened this issue · 2 comments
felix-tracxpoint commented
How does one install this toolbox, actually?
- I wanted to install via pip but
pip install pyImgSegm
produces an error
Searching the PyPi website also did not bring up anything.
- So I cloned the repository and ran the setup.py file, per the readme instructions. But
from gco import <something>
still fails.
What am I doing wrong?
Borda commented
GCO is not part of this package, the GCO you can find here - https://github.com/Borda/pyGCO
Also, the GCO can be installed as pip install gco-wrapper
Borda commented
this package is not in PyPi storage, but you can install it locally python setup.py install
or throw PyPi pip install git+https://github.com/Borda/pyImSegm.git