First change the .env values to the parameters you want to use to create the model onnx file
docker compose run --rm yolonas-exportdocker compose run --rm yolov9-exportmodel:
model_type: yolo-generic
width: 640
height: 640
input_tensor: nchw
input_dtype: float
path: /config/model_cache/yolov9-e-640-opset12.onnx
labelmap_path: /labelmap/coco-80.txtmodel:
model_type: yolonas
width: 640
height: 640
input_pixel_format: bgr
input_tensor: nchw
path: /config/model_cache/yolonas_l_640.onnx
labelmap_path: /labelmap/coco-80.txt