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

Install cython if not installed (Issue #78) #93

Closed stevenwalton closed 3 years ago

stevenwalton commented 4 years ago

Added a requirements.txt and fixed setup file so that it will install cython if it is not already installed. This resolves issue #78.

lucasb-eyer commented 3 years ago

Superceded by #103 I think, right? (Reopen if you disagree)