npc0 commited on
Commit
423e3b7
1 Parent(s): 34c0f59

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt CHANGED
@@ -1,5 +1,25 @@
1
  #yolov5
2
  #transformers
3
  #pytesseract
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  FastSAM @ git+https://github.com/CASIA-IVA-Lab/FastSAM.git
5
  CLIP @ git+https://github.com/openai/CLIP.git
 
1
  #yolov5
2
  #transformers
3
  #pytesseract
4
+
5
+ # Base-----------------------------------
6
+ matplotlib>=3.2.2
7
+ opencv-python>=4.6.0
8
+ Pillow>=7.1.2
9
+ PyYAML>=5.3.1
10
+ requests>=2.23.0
11
+ scipy>=1.4.1
12
+ torch>=1.7.0
13
+ torchvision>=0.8.1
14
+ tqdm>=4.64.0
15
+
16
+ pandas>=1.1.4
17
+ seaborn>=0.11.0
18
+
19
+ gradio==3.35.2
20
+
21
+ # Ultralytics-----------------------------------
22
+ ultralytics == 8.0.120
23
+
24
  FastSAM @ git+https://github.com/CASIA-IVA-Lab/FastSAM.git
25
  CLIP @ git+https://github.com/openai/CLIP.git