Hi everyone,
I’m trying to train a YOLO model and run it on my OpenMV camera, but I keep hitting an issue. When loading the model I get an error saying “Tensors not allocated”.
OpenMV camera model: RT1062
Steps I followed: trained with X dataset, converted to TensorFlow Lite using ultralytics cli tool, then tried to run on camera (used yolov3-tiny as the base model to train the dataset) used other yolo models too, The size of the .tflite file was ranging between 1-3Mb.
Questions:
What exactly does the “tensors not allocated” error mean in the context of OpenMV?
Is it related to memory limitations on the camera?
Are there specific model size restrictions I should be aware of for YOLO on OpenMV?
Any suggestions for troubleshooting or reducing the model so it can run?
How are the models quantized for the openMV cam?
Thanks in advance for your help!