Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -14,6 +14,9 @@ scipy>=1.4.1
|
|
14 |
thop>=0.1.1 # FLOPs computation
|
15 |
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
|
16 |
torchvision>=0.9.0
|
|
|
|
|
|
|
17 |
tqdm>=4.66.3
|
18 |
ultralytics>=8.2.34 # https://ultralytics.com
|
19 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
|
|
14 |
thop>=0.1.1 # FLOPs computation
|
15 |
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
|
16 |
torchvision>=0.9.0
|
17 |
+
pillow==10.4.0
|
18 |
+
PyYAML==6.0.1
|
19 |
+
opencv-python==4.10.0.84
|
20 |
tqdm>=4.66.3
|
21 |
ultralytics>=8.2.34 # https://ultralytics.com
|
22 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|