kxqt commited on
Commit
9f1edcf
1 Parent(s): 0c9b5b3

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+ torch==1.12.0+cpu
3
+ torchvision
4
+ cython
5
+ numpy
6
+ matplotlib
7
+ pycocotools
8
+ scipy
9
+ six
10
+ terminaltables
11
+ timm
12
+ wget
13
+ gradio
14
+ tqdm
15
+ jupyter
16
+ ipykernel
17
+ opencv-python
18
+ onnxruntime
19
+ onnx
20
+
21
+ -e .