Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing
https://borda.github.io/pyImSegm
BSD 3-Clause "New" or "Revised" License
373 stars 73 forks source link

installing this toolbox? #13

Closed felix-tracxpoint closed 6 years ago

felix-tracxpoint commented 6 years ago

How does one install this toolbox, actually?

  1. I wanted to install via pip but

pip install pyImgSegm produces an error

Searching the PyPi website also did not bring up anything.

  1. 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 6 years ago

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 6 years ago

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