Neucrack

Results 284 comments of Neucrack

`img.pix_to_ai()` is copy image content to kpu input buffer, if the image from `sensor.snapshot()`, it already have, if not, e.g. read from file, or some image ops like copy resize...

k210 can do this by fpioa, but we not implement this on maixpy

maybe some error occured when boot up, connect to PC, open terminal tool to see boot up log to find error reason

CI check failed ![image](https://user-images.githubusercontent.com/8625829/88997834-4305ef80-d323-11ea-93a5-c99e3228639b.png)

actually this func is not full tested, it's better to use model to find face https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/demo_find_face.py

what's the phenomenon and code of recurrence?

@Yabuku0 you can find train code here: https://github.com/sipeed/maix_train and docs here: https://wiki.sipeed.com/soft/maixpy/zh/index.html , and you can use translate ![image](https://user-images.githubusercontent.com/8625829/134271993-5334bf61-b389-41aa-b5b1-0101b5075265.png)

you can point out which API you need have bug, we can fix it

you can manually compile MaixPy project, and select modules you need, for example video: ![image](https://user-images.githubusercontent.com/8625829/134270677-1aa9843c-dbec-4068-90f7-dda15a1dc4df.png) video module not occupy too much memory, there's the compare of include video or not...