yasenh / libtorch-yolov5

A LibTorch inference implementation of the yolov5
MIT License
372 stars 114 forks source link

from where i got yolov5s.torchscript.pt file? #52

Closed RizwanMunawar closed 1 month ago

RizwanMunawar commented 2 years ago

I Successfully compiled project, but unable to find yolov5s.torchscript.pt file, and in yolov5/export.py line 29 is quite different as you mentioned? How can i get yolov5s.torchscript file?

gauravlochab commented 2 years ago

python export.py --weights yolov5s.pt --img 640 --batch 1 in yoloV5 repo