Thanks for your reply @Seeed_Seraphina. The pre-canned models in SenseCraft work fine. I’ve tried uploading custom tflite
models exported from Ultralytics YOLOv8 using the command:
yolo export format=tflite model=yolov8n.pt imgsz=192 int8=true half=true
but always get the “invoke failed” error.
What is the model size limit for the AI v2 module?