bklg commited on
Commit
a48731e
1 Parent(s): 7eac87a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Base-----------------------------------
2
+ matplotlib==3.2.2
3
+ numpy
4
+ opencv-python
5
+ onnx
6
+ onnxruntime
7
+ einops
8
+
9
+ git+https://github.com/openai/CLIP.git
10
+ # Pillow>=7.1.2
11
+ # PyYAML>=5.3.1
12
+ # requests>=2.23.0
13
+ # scipy>=1.4.1
14
+ # torch
15
+ # torchvision
16
+ # tqdm>=4.64.0
17
+
18
+
19
+ # pandas>=1.1.4
20
+ # seaborn>=0.11.0
21
+
22
+ # Ultralytics-----------------------------------
23
+ ultralytics==8.0.121