Open arthurkafer opened 2 years ago
I am also getting same error ValueError: [MAIXPY]kpu: region_layer_init err!. IDE version: latest (0.2.5) Firmware version: maixpy_v0.6.2_84_g22a8555b5_openmv_kmodel_v4_with_ide_support.bin Board: Sipeed MaixPy bit-mic OS: Linux (Ubuntu)
Hi anyone can help. I am seeing the same issue.
IDE version: latest (0.2.5) Firmware version: maixpy_v0.6.2_84_g8fcd84a58_openmv_kmodel_v4_with_ide_support.bin Board: Sipeed Maixduino OS: Windows
Thanks in advance
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 errorValueError: [MAIXPY]kpu: region_layer_init err!
occours.Here's the code I'm using:
Here's the model I'm using, it's a simple person detector with one label ("person"):
model.zip it's zipped, but it's a kmodel format.
I have a similar 5 anchors model that works fine, but I would like to use the 10 anchors one because it is better at recognizing in general.
Expected behavior I expected that the code would continue running in the while loop
Actual behaviour It runs one time and than the Exception occours
Screenshots
Please complete the following information
maixpy_v0.6.2_72_g22a8555b5_openmv_kmodel_v4_with_ide_support.bin
Thanks in advance