fastai / fastai_dev

fast.ai early development experiments
Apache License 2.0
641 stars 351 forks source link

skimage missing in README #300

Closed KeremTurgutlu closed 4 years ago

KeremTurgutlu commented 4 years ago

Note in README.md "To use fastai2.medical.imaging you'll also need to:" is missing skimage dependency.

sgugger commented 4 years ago

I never got a complain on a fresh install, isn't it automatically installed by some of the other dependency?

KeremTurgutlu commented 4 years ago

Following the steps: 1) clone https://github.com/fastai/fastai_dev/ 2) cd to fastai_dev 3) conda env create -f environment.yml 4) conda activate fastai_dev 5) conda install pyarrow 6) pip install pydicom kornia opencv-python 7) python run_notebook.py --fn 60_medical_imaging.ipynb

looks like scikit-image library is not dependency of any of the others