neilyoung
neilyoung
@lakshanthad Oh, I see that the V8 converter also works for yolo11 models
``` python3 utils/export_yoloV8.py -w yolo11s.pt ``` use the resulting onnx model then
@lakshanthad Thanks for making me aware of this.
@worstshit Well, I downloaded the weights from here and ran the script as shown `wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11s.pt`
Launch a clean Ubuntu 22.04 VM, install this repo and deps there and do the conversion
Confirmed