Spaces:
Sleeping
Sleeping
Commit
·
b80e4e9
1
Parent(s):
b10215a
Update requirements.txt
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
@@ -1,5 +1,30 @@
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
scipy
|
4 |
numpy
|
5 |
-
cv2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Ultralytics requirements
|
3 |
+
# Usage: pip install -r requirements.txt
|
4 |
+
|
5 |
transformers
|
6 |
torch
|
7 |
scipy
|
8 |
numpy
|
9 |
+
cv2
|
10 |
+
|
11 |
+
hydra-core>=1.2.0
|
12 |
+
matplotlib>=3.2.2
|
13 |
+
numpy>=1.18.5
|
14 |
+
opencv-python>=4.1.1
|
15 |
+
Pillow>=7.1.2
|
16 |
+
PyYAML>=5.3.1
|
17 |
+
requests>=2.23.0
|
18 |
+
scipy>=1.4.1
|
19 |
+
torch>=1.7.0
|
20 |
+
torchvision>=0.8.1
|
21 |
+
tqdm>=4.64.0
|
22 |
+
ultralytics
|
23 |
+
|
24 |
+
# Extras --------------------------------------
|
25 |
+
ipython # interactive notebook
|
26 |
+
psutil # system utilization
|
27 |
+
thop>=0.1.1 # FLOPs computation
|
28 |
+
# albumentations>=1.0.3
|
29 |
+
# pycocotools>=2.0.6 # COCO mAP
|
30 |
+
# roboflow
|