arthurkafer
arthurkafer
**Describe the bug** I'm using a simple example with a custom trained yolov2 model with 10 anchors, but after running one time `kpu.run_yolo2(task,img)`, the error `ValueError: [MAIXPY]kpu: region_layer_init err!` occours....
I have a Google AutoML trained model exported to tflite and I wanted to convert it to kmodel to use it on a Sipeed Maixpy board. Even if I try...
### Description Good afternoon, I'm trying to create a simple HTTP server using Wi-Fi (and the add-on board). Code flashing is fine, but I suspect the /data files in the...