Model Conversion Guide | Seeed Studio Wiki #1904
Replies: 12 comments 23 replies
-
I eagerly await this as the product is not really useful without this. |
Beta Was this translation helpful? Give feedback.
-
Is there a timeline on when/how we can upload or replace a model on the camera? |
Beta Was this translation helpful? Give feedback.
-
Ok, first of all, installation with method 1 gives a lot of errors, seems that is failing but ends up running anyways. Weird. Second, conversion with the onnx model you provided works, but i'm trying with the yolov8n and it doesn't work. I changed the output names, seem to be different. It breaks in the middle trying to run an intermediate onnx file. How the onnx conversion is done? Evidently, not with the export command of Ultralytics. Some info on this? Thanks |
Beta Was this translation helpful? Give feedback.
-
I have already converted my trained YOLO11 model to CVImodel. First, I converted it to ONNX, then to MLIR. However, when I load the model in Node-RED, I get an error saying that the model is not supported. I have checked that the ONNX versions match the ones recommended in the wiki. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
-
I tried to convert yolo11n.onnx to INT8 as per the instructions, but the error occurred due to version differences between the tpu_mlir package and the sophgo/tpu-mlir repository. The complete script reviewed is shown below.
The last command removes the |
Beta Was this translation helpful? Give feedback.
-
I think the image is incorrect. |
Beta Was this translation helpful? Give feedback.
-
I have got the FP16 cvimodel for YOLO11. However, when I tried to get the INT8 cvimodel, I was unable to succeed. The command line execution seemed to terminate without completing. 2025/04/22 10:37:08 - INFO : Add preprocess, set the following params: [Running]: tpuc-opt yolo11n.mlir --processor-assign="chip=cv181x mode=INT8 num_device=1 num_core=1 addr_mode=auto" --import-calibration-table="file=yolo11n_calib_table asymmetric=False" --processor-top-optimize --fuse-preprocess="mode=INT8 customization_format=RGB_PACKED align=True" --convert-top-to-tpu=" asymmetric=False doWinograd=False ignore_f16_overflow=False q_group_size=0 matmul_perchannel=False gelu_mode=normal" --canonicalize --weight-fold -o yolo11n_cv181x_int8_sym_tpu.mlir |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
How to train model for object detection with reCamera? please advise me. |
Beta Was this translation helpful? Give feedback.
-
Thank for reply to me.
I would like to you advise how to train model step by step for reCamera.
ในวันที่ ศ. 11 ก.ค. 2025 16:20 น. Frank Nie ***@***.***>
เขียนว่า:
… Hi! reCamera is for deploying object detection models, not for training
them. You can train your model on a PC or in the cloud, then deploy it to
reCamera. If you encounter any issues, feel free to contact our tech
support at ***@***.***
—
Reply to this email directly, view it on GitHub
<#1904 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BUQWRCRF5NDRZJSQYYAKO2L3H56WJAVCNFSM6AAAAABR7OHVR6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZSHE4TOMY>
.
You are receiving this because you commented.Message ID:
<Seeed-Studio/wiki-documents/repo-discussions/1904/comments/13729973@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
If I use Ubuntu 20.04 instead of Ubuntu version 22.04, will it still work?" |
Beta Was this translation helpful? Give feedback.
-
How do i save the model onto the device so that everytime it reboots it has the custom model? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Model Conversion Guide | Seeed Studio Wiki
Model Conversion
https://wiki.seeedstudio.com/recamera_model_conversion/
Beta Was this translation helpful? Give feedback.
All reactions