Write custom model to KL630 flash
The model was trained using the official YOLOv5s example and converted to NEF format using the toolchain_GUI. After that, I ran the Python example program KL630DemoCamGenericImageInference.py in Kneron PLUS 2.3.0 to confirm that everything was fine. Then I attempted to write it to the KL630 board but encountered an error as attached. 😓
Tagged:
The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.
Comments
Hi,
Our coworkers tried to upload models on their KL630, and they were able to upload their models properly. Could you check your model size to see if your model is bigger than the flash size?
Write Model To Flash - Document Center (kneron.com)
You could also try uploading other smaller models to see if they could be uploaded, just in case.
Problem Solved!
Thank you very much!