Reorganize requirements, make albumentations optional (#1969)
* reorganize requirements, make albumentations optional * fix flake8 error * force older version of Pillow until torchvision is fixed * make imagecorruptions optional and update INSTALL.dm * update INSTALL.md * Add note about pillow version * Add build requirements to install instructions
Showing
| albumentations>=0.3.2 | -r requirements/runtime.txt | ||
| imagecorruptions | -r requirements/optional.txt | ||
| matplotlib | -r requirements/tests.txt | ||
| mmcv>=0.2.16 | -r requirements/build.txt | ||
| numpy | |||
| pycocotools | |||
| six | |||
| terminaltables | |||
| torch>=1.1 | |||
| torchvision |
requirements/build.txt
0 → 100644
requirements/optional.txt
0 → 100644
requirements/runtime.txt
0 → 100644
setup.py
100644 → 100755
Please register or sign in to comment