Neucrack
Neucrack
转成一维的float列表试试?
it's not completly supported, I'l update later, and you can just use kmodel V3
I updated firmware in latest master branch, anyu demo: https://github.com/sipeed/MaixPy_scripts/tree/master/machine_vision/load_big_model
MaixPy IDE
upload kmodel to fs on flash is not recommend, use kflash_gui to upload kmodel to flash, or put it on SD card
and indeed, IDE need add more feature, it lacks of a lot
for camera you can call`sensor.set_vflip(True)` and `sensor.set_hmirror(True)` to adjuge direction, but can not change rotation, you can only put the hardware to the right direction or change anothor direction's sensor,...
No openCV support, you can train model like MNIST to recognize letter like this https://blog.sipeed.com/p/668.html
maybe you can use `image.Image()` now, this create a image with size 320x240 and RGB565 format
@Milan991 you can change gc size bigger by ``` from Maix import utils utils.gc_heap_size(new_size) ``` default is 512*1024