cledouxluma commited on
Commit
707c26b
·
verified ·
1 Parent(s): d6d0501

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ torch>=1.10
3
+ torchvision>=0.11
4
+ numpy>=1.20
5
+ opencv-python>=4.5
6
+ pyyaml>=5.4
7
+
8
+ # Deployment (optional)
9
+ # onnx>=1.12
10
+ # onnxruntime-gpu>=1.12
11
+ # onnxsim>=0.4
12
+
13
+ # Evaluation (optional)
14
+ # scipy>=1.7
15
+ # matplotlib>=3.4
16
+
17
+ # Development (optional)
18
+ # pytest>=7.0
19
+ # flake8>=5.0
20
+ # black>=22.0