lucasb-eyer / pydensecrf

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

Why is this package not on PyPI? #41

Closed MiguelMonteiro closed 6 years ago

MiguelMonteiro commented 7 years ago

Why is this package not on PyPI, is there a particular reason? It would be extremely useful if it was, I know it is unrelated but I am having a lot of trouble getting to work as dependency for my own package because of it.

lucasb-eyer commented 6 years ago

Hi. There is no real reason besides that I'm lazy :)

I didn't expect this project to become popular, so didn't bother. Thank you for the reminder, I will look into it "sometime soon".

lucasb-eyer commented 6 years ago

Actually, I just did it. There's a release-candidate on PyPI now. I did some quick testing, but please give it a try and let me know if it works for you; this is my first package on PyPI.

lucasb-eyer commented 6 years ago

Closing the issue. Please open new issues if the PyPI package doesn't work.

MiguelMonteiro commented 6 years ago

Sorry, have been on vacation, just tested it, it seems to be working fine.

lucasb-eyer commented 6 years ago

Cool, no worries and thanks for the feedback!