Rocky Song

Results 15 comments of Rocky Song

谢谢!后来我们找到了这个模型转换成.tflite的形式,然后使用TF lite micro引擎去部署了。

I downloaded boost source code from https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.7z extract files, and run bootstrap.bat, after a while all is done (I installed VS 2019 first), then -DCMAKE_PREFIX_PATH=";\boost_1_77_0;"

Sorry buddy, not yet, you need to use I2C to read. You can refer to https://github.com/RockySong/micropython-rocky/blob/omv_initial_integrate/ports/nxp_lpc546/tests2/sensors.py, and modify to fit to MPU2950. There is also a sensor fusion library "ay_imu"...

Thank you for your corrections! 发送自 Windows 10 版邮件应用 ________________________________ 发件人: Ericir3 发送时间: Thursday, April 4, 2019 3:00:23 PM 收件人: RockySong/micropython-rocky 抄送: Rocky Song; Comment 主题: Re: [RockySong/micropython-rocky] How to...

This not implemented with pin_mux.c, as pins are re-allocated dynamically. The mechanism is defining pins in i2c.h or uart.h. ________________________________ 发件人: Ericir3 发送时间: 2019年4月5日 11:08 收件人: RockySong/micropython-rocky 抄送: Rocky Song;...

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...

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...

https://github.com/RockySong/micropython-rocky/tree/mfn_demo Here is the mfn demo with face detection from openmv. It should not require so much heap.

To help protecting openmv official team, we don't share PCB right now for mass production. Thanks for your understanding.

Sorry for the inconvenience, it should make now. By the way, rt1050 has only 512kB RAM (while RT1060 has 1MB), so this project has less framebuffer size, and does not...