Wei-Ming Chen
Wei-Ming Chen
Hi @Rainlolthx, Thanks for trying our training tutorial. I have pushed the fix for this issue https://github.com/mit-han-lab/tinyengine/pull/48. Please pull the latest kernels and try again. However, I can not reproduce...
Hi @Rainlolthx, Please use `arm-none-eabi` to cross-compile the program, since we target arm cortex-M7/M4 cores. The compilers you are for ARM64 cores which have different instruction sets and DSP intrinsic....
> Hi, @meenchen > > Thank you for the explanation. Using arm-none-eabi compiler, I successfully compiled the program and got the expected result. In the case of arm64, I still...
> the person detection demo and face mask detection demo seems like inference tutorial. I wonder if the detection model can also be trained with tinyengine. Thank you again for...
Hi @ellial, convolve_s8_kernel3_stride1_pad1 is a deprecated kernel and not actively used in TinyEngine. For 3x3 convolution kernel, we use https://github.com/mit-han-lab/tinyengine/blob/main/TinyEngine/src/kernels/int_forward_op/convolve_u8_kernel3_inputch3_stride2_pad1.c instead. Please also note for mobilenet-like models, most computation goes...
Hi @Super-Karl, Feel free to try our example demos on OpenMV Cam H7: https://github.com/mit-han-lab/tinyengine/tree/main/examples/openmv_person_detection https://github.com/mit-han-lab/tinyengine/tree/main/examples/openmv_vww You can find the models here with the tflite format: https://github.com/mit-han-lab/tinyengine/tree/main/assets
Sure, please check out the following links: https://openmv.io/products/openmv-cam-h7 https://openmv.io/products/lcd-shield https://www.digikey.com/en/products/detail/sparkfun-electronics/PRT-13851/6605199?utm_adgroup=Batteries%20Rechargeable%20%28Secondary%29&utm_source=google&utm_medium=cpc&utm_campaign=Shopping_Product_Battery%20Products&utm_term=&utm_content=Batteries%20Rechargeable%20%28Secondary%29&gclid=CjwKCAjwuqiiBhBtEiwATgvixCRDUClOIApdczfA13Es6Z2KNa57i1ctGeKnutDYb4yPZYfcTYDm2BoCg1AQAvD_BwE
Hi @gorangeeeeeeeeeeeeeeeeeeeeeeeeeee, For model-specific details, please check our MCUNet repo: https://github.com/mit-han-lab/mcunet
Hi @BehicKlncky and @senceryucel, Recently, we release a tutorial for deploying the VWW demo on the OpenMV cam. Feel free to try it out. Link of the tutorial: https://github.com/mit-han-lab/tinyengine/tree/master/examples/openmv_vww
Close due to inactivity. Feel free to reopen.