Flora233333 / Pointer-Reading-based-on-YOLO

Pointer meter reading method based on YOLO target detection
Apache License 2.0
7 stars 0 forks source link

Deployment on MCU #1

Open trieu1162000 opened 5 days ago

trieu1162000 commented 5 days ago

Hi @Flora233333 , I've read your paper, what a wonderful project! Btw, I am doing my thesis and would like to ask if you are currently continuing to develop this topic to deploy on MCU like STM32. If so, I would like to be involved and cooperate with you. BRs,

Flora233333 commented 5 days ago

Hello @trieu1162000 ,

Thanks for your interest in my project !

This project is designed to run on Linux-based development boards (Cortex-A series + NPU), such as Jetson. Software architecture based on Torch and OpenCV.

In the short term, I have no plans to deploy it on MCU like STM32.

In my opinion, deploying on MCU would be more suitable with architectures like the NXP MCXN947 (MCU + NPU), as they provide better support for neural network inference.

Additionally, deploying this project to MCU would require rewriting many OpenCV-based image processing code.