facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.62k stars 2.46k forks source link

How to put a trained DETR model onto an Arduino ? #529

Open Dickoabc123 opened 2 years ago

Dickoabc123 commented 2 years ago

Hi folks,

I have a DETR model, trained using pytorch and I would like to use it on an Arduino. Does anybody have any experience in how to achieve this ? If so, would you mind sharing the details ?

Thanks

Nachtraven commented 2 years ago

Not possible, you won't be able to run a large ML model on a micro controller with a few K memory. Smallest you'll get is a Jetson or potentially other SBC.

Dicko87 commented 2 years ago

What about if the Arduino had a 32GB SD card?