Trying to incorporate YOLOV8
Browse filesFollowing this example: https://huggingface.co/mshamrai/yolov8x-visdrone
- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,6 @@ requests-file==1.5.1
|
|
| 4 |
torch==1.11
|
| 5 |
git+https://github.com/huggingface/transformers.git
|
| 6 |
validators==0.18.2
|
| 7 |
-
timm==0.5.4
|
|
|
|
|
|
|
|
|
| 4 |
torch==1.11
|
| 5 |
git+https://github.com/huggingface/transformers.git
|
| 6 |
validators==0.18.2
|
| 7 |
+
timm==0.5.4
|
| 8 |
+
ultralyticsplus==0.0.28
|
| 9 |
+
ultralytics==8.0.43
|