gatesla commited on
Commit
324c14e
1 Parent(s): 6b71bd2

Trying to incorporate YOLOV8

Browse files

Following this example: https://huggingface.co/mshamrai/yolov8x-visdrone

Files changed (1) hide show
  1. 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