ErlerPhilipp / points2surf

Learning Implicit Surfaces from Point Clouds (ECCV 2020)
https://www.cg.tuwien.ac.at/research/publications/2020/erler-2020-p2s/
MIT License
463 stars 48 forks source link

scikit-image>=0.22 in requirements: the latest is 0.18 #2

Closed DSLituiev closed 3 years ago

DSLituiev commented 3 years ago

The latest release is 0.18, but requirements says: scikit-image>=0.22

https://github.com/scikit-image/scikit-image

ErlerPhilipp commented 3 years ago

I assume, you mean the requirements.txt. That's a copy-paste error from the p2s.yml. Please use Anaconda, the requirements.txt for Pip is just a fallback solution. Anyway, I only use basic features of scikit-image that should be available in pretty old releases.