Results 6 comments of lidayu

could u plz show me your ONNX information of IR Version? ![Image](https://github.com/user-attachments/assets/9c2e89ed-aee5-434f-b605-de470d34af17)

And your command seems to lack some parameters. ![Image](https://github.com/user-attachments/assets/287c599c-4480-42af-ac94-790a711bed37) > I've followed the example in the documentation, trying to convert the provided yolo11n.onnx to cvimodel for seeedstudio recamera > >...

> Model is in the required version > > > Full commands are: > > `pip install tpu_mlir[onnx]` > > ``` > model_transform \ > --model_name alpr \ > --model_def...

> Hi, any news on this? Other users got the same issue. I bought the cam to be able to use a custom trained model, not the preloaded one. Without...

> No go, removed --test_input > > ``` > [Success]: tpuc-opt yolo11n_origin.mlir --shape-infer --canonicalize --extra-optimize -o yolo11n.mlir > 2025/03/03 02:06:29 - INFO : Mlir file generated:yolo11n.mlir > root@25f2c35c9495:/workspace# model_deploy \...

> Hi, it worked with the suggested version of tpu_mlir and removing test_input from deploy command. > > Can you update documentation until a new release will fix the error?...