Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing

Home Page:https://borda.github.io/pyImSegm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installing this toolbox?

felix-tracxpoint opened this issue · comments

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?

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

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