dnth commited on
Commit
4b41d79
1 Parent(s): 6e8a287

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,11 +1,9 @@
1
- git+https://github.com/dnth/icevision.git
2
 
3
 
4
- #opencv-python-headless
5
- #mmcv-full
6
- #mmdet
7
 
8
- #mmcv-full==1.3.17
9
- mmcv-full==1.3.17 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
10
  mmdet==2.19.0
11
- torch==1.10.0
 
 
 
 
1
+ #git+https://github.com/dnth/icevision.git
2
 
3
 
 
 
 
4
 
 
 
5
  mmdet==2.19.0
6
+ gradio
7
+ icevision[all]
8
+ mmcv-full==1.3.17 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
9
+