-
Notifications
You must be signed in to change notification settings - Fork 16
requirement missing #4
Comments
Dear @poke1024, adding to the above, if I follow the README…
…I'll see:
I know TF packaging/distribution (older TF releases on older Python versions) is an all-out catastrophe on PyPI, but I did not think it's the same with Conda. Do you have any idea how to solve this? Also, non-conda instructions would be much appreciated (as Anaconda installation on Linux is such a PITA, and miniconda does not seem to exist for Python 3.7 and 64-bit Linux). FWIW, on the
…but there's no
But still, it won't compile. Besides, despite what the README states…
…I do need to download the bbz-segment model file from dropbox, and point to it via |
…reason, installation of tensorflow via conda stopped working.
Hi @bertsky, not sure why conda no longer knows tensorflow, but it's the same for me. I've moved tensorflow from conda (for some reason, this seems broken for any current tf version) back to pip. The following procedure works now:
The steps above should install I fixed the statement I'll try to reproduce running origami from a completely fresh installation sometime tomorrow. |
Thanks a lot @poke1024 for fixing this – that was super-fast! My conda installation works now 🎉 (Regarding the pip-only installation problem, I created scikit-geometry/scikit-geometry#60 to address this.) |
Found 1 more: Also, I would suggest linking to the below section on OCR models in the description of the ocr step already. Speaking of which, how about referencing the GT4HistOCR model for Calamari besides your BBZ model? (One should ideally also explain how to query the models for their input image requirements. Some models even have preprocessing steps like binarization or line normalization configured-in. But IIRC the GT4HistOCR models don't say this explicitly, you would only know by its |
When running
segment
for the first time, it threw a module not found error forpsutil
Installing in manually on conda worked for me.
Maybe this should be included in requirements.
Thx
The text was updated successfully, but these errors were encountered: