Closed wxthu closed 2 years ago
for model x, ./yolov5 -s yolov5x.wts yolov5x.engine x
for model x, ./yolov5 -s yolov5x.wts yolov5x.engine x
Thanks, it seems that converting wts file to tensorrt engine takes long long time for yolov5x model and my computer even was stuck .... Is that correct or normal?
stuck for long long time。。。。
hey,the same problem i met,did you solved it?
i solved it,its because my model trained by yolov5x.pt,but sudo ./yolov5 -s yolov5x.wts yolov5x.engine s,it should sudo ./yolov5 -s yolov5x.wts yolov5x.engine x
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
when i run sudo ./yolov5 -s yolov5x.wts yolov5x.engine s
I was very confused