Spaces:
Runtime error
Runtime error
Commit
Β·
3b74b43
1
Parent(s):
2f30fde
Update requirements.txt (#4)
Browse files- Update requirements.txt (47329e505ee95e3e5dc02db65f7e7efd9516da6f)
Co-authored-by: Owais Ahmad <[email protected]>
- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
#
|
|
|
|
| 2 |
# Usage: pip install -r requirements.txt
|
| 3 |
|
| 4 |
# Base ----------------------------------------
|
|
@@ -8,11 +9,11 @@ opencv-python>=4.1.1
|
|
| 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.41.0
|
| 15 |
-
protobuf
|
| 16 |
|
| 17 |
# Logging -------------------------------------
|
| 18 |
tensorboard>=2.4.1
|
|
|
|
| 1 |
+
#Yolov7 WongKinYiu Requirements
|
| 2 |
+
|
| 3 |
# Usage: pip install -r requirements.txt
|
| 4 |
|
| 5 |
# Base ----------------------------------------
|
|
|
|
| 9 |
Pillow>=7.1.2
|
| 10 |
PyYAML>=5.3.1
|
| 11 |
requests>=2.23.0
|
| 12 |
+
scipy>=1.4.1
|
| 13 |
+
torch>=1.7.0,!=1.12.0
|
| 14 |
+
torchvision>=0.8.1,!=0.13.0
|
| 15 |
tqdm>=4.41.0
|
| 16 |
+
protobuf<4.21.3
|
| 17 |
|
| 18 |
# Logging -------------------------------------
|
| 19 |
tensorboard>=2.4.1
|