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