lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.93k stars 411 forks source link

installation fails in python 3.5.6 in windows #80

Closed minar09 closed 5 years ago

minar09 commented 5 years ago

Both installing method, pip and python setup.py install failed.

minar09 commented 5 years ago

I had to copy the inner pydensecrf folder inside my project directory, to make use of the package.

minar09 commented 5 years ago

Finally got a solution using conda. conda install -c conda-forge pydensecrf https://github.com/lucasb-eyer/pydensecrf/issues/69#issuecomment-421212221