RockySong / micropython-rocky

micropython and OpenMV port to NXP MCUs
MIT License
190 stars 77 forks source link

Does it support CNN networks? #8

Open kingsjl opened 5 years ago

kingsjl commented 5 years ago

Does it support CNN networks?

RockySong commented 5 years ago

Yes, you can use the same as OpenMV's. We are also experimenting a Model to C approach that supports more modeling types and have more efficient code, please refer to the "mfn_demo" branch.

kingsjl commented 5 years ago

需要修改IDE,才能使用嘛?要怎么修改啊,有相关教程嘛

RockySong commented 5 years ago

I made a race recognition demo with DS-CNN and residual connections which are not supported by the NN inference engine in OpenMV, and I added a special python module for that, you can check the "mfn_demo" branch.