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 | ||
| imagecorruptions | ||
| matplotlib | ||
| mmcv>=0.2.16 | ||
| numpy | ||
| pycocotools | ||
| six | ||
| terminaltables | ||
| torch>=1.1 | ||
| torchvision | ||
| -r requirements/runtime.txt | ||
| -r requirements/optional.txt | ||
| -r requirements/tests.txt | ||
| -r requirements/build.txt |
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