YOLO-NAS-onnxruntime icon indicating copy to clipboard operation
YOLO-NAS-onnxruntime copied to clipboard

About model chooses

Open a5372935 opened this issue 1 year ago • 1 comments

There are only three choices in the Comvert Pytorch to ONNX model parameter, are there other models available, such as the basic yolov7 v8 model?

a5372935 avatar Jan 15 '24 03:01 a5372935

We currently do not provide models for YOLOv7 and YOLOv8. However, you can download the ONNX model from the official YOLOv7 repository and use it. The output format is universal. For YOLOv8, you need to swap the dimensions of the output (dim=1, 2).

jason-li-831202 avatar Mar 05 '24 13:03 jason-li-831202