Yolov5 model file
Closed this issue · 4 comments
Thank you for your project, I am a novice, I would like to ask which yolov5 model file should be downloaded ?
Since this repo uses yolov5 detector from torch hub, the model weights will be automatically downloaded from torch hub. Currently, the annotation demo uses yolov5l6
the largest model available. You can change line 119 in demo/top_down_video_demo_with_yolov5.py
to use whichever yolov5 detector model you want.
Since this repo uses yolov5 detector from torch hub, the model weights will be automatically downloaded from torch hub. Currently, the annotation demo uses
yolov5l6
the largest model available. You can change line 119 indemo/top_down_video_demo_with_yolov5.py
to use whichever yolov5 detector model you want.
Thank you for your answer. In video.sh, what should I enter for the parameter --pose-checkpoint?
the path to the downloaded ViTPose model weights.
the path to the downloaded ViTPose model weights.
OK,Thank you very much.