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

Make installation easier through pure Python packages. #122

Closed My12123 closed 4 months ago

My12123 commented 1 year ago
lucasb-eyer commented 4 months ago

No, that would need re-implementing the algorithm, and probably slow it down. I don't have the time for this.