Describe the bug
I am trying to use a selfbuilt kmodel on my Maixduino using MaixPy. I solved most compatibility errors. The kmodel has version 3.
While starting the model the program stops and yields this error message:
ValueError: [MAIXPY]kpu: region_layer_init err!
Expected behavior
I expected the model to load properly.
Actual behaviour
The program terminates without loading the kmodel
Screenshots

Please complete the following information
- IDE version: 0.2.5
- Firmware version: maixpy_v0.6.2_77_g11806960d_minimum_with_ide_support.bin
- Board: Maixduino
- OS: Windows
kmodel v3 converted using sipeed ncc
class.zip
tflite model made with axelerate
class (2).zip
@AIWintermuteAI
Describe the bug
I am trying to use a selfbuilt kmodel on my Maixduino using MaixPy. I solved most compatibility errors. The kmodel has version 3.
While starting the model the program stops and yields this error message:
ValueError: [MAIXPY]kpu: region_layer_init err!
Expected behavior
I expected the model to load properly.
Actual behaviour
The program terminates without loading the kmodel
Screenshots

Please complete the following information
kmodel v3 converted using sipeed ncc
class.zip
tflite model made with axelerate
class (2).zip
@AIWintermuteAI