fcakyon commited on
Commit
efaafa7
1 Parent(s): 73a6c54

add missing torchvision dependency

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  -f https://download.pytorch.org/whl/torch_stable.html
2
  -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.8.0/index.html
3
- streamlit
4
  torch==1.8.1+cpu
 
5
  git+https://github.com/obss/sahi.git
6
  mmdet==2.18.1
7
- mmcv-full==1.3.17
 
1
  -f https://download.pytorch.org/whl/torch_stable.html
2
  -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.8.0/index.html
 
3
  torch==1.8.1+cpu
4
+ torchvision==0.9.0+cpu
5
  git+https://github.com/obss/sahi.git
6
  mmdet==2.18.1
7
+ mmcv-full==1.3.17
8
+ streamlit