laugh12321/TensorRT-YOLO

[Question]: can't export yolov9

Closed this issue · 1 comments

Can you check if the path is not given correctly, and the error message shows that yolov9-e.pt was not found. Attempt to use absolute path for yolov9-e.pt.

Here is an export example:

python python/export/yolov9/export.py --weights yolov9-e.pt -o . -b 4 -s --half

you must download yolov9-e.pt from WongKinYiu/yolov9.

图片