alrevuelta / cONNXr

Pure C ONNX runtime with zero dependancies for embedded devices
MIT License
192 stars 31 forks source link

Related projects #23

Closed robinvanemden closed 4 years ago

robinvanemden commented 4 years ago

I just ran cONNXr's MNIST and Yolo examples, and both work like a charm 😄

As I recently ran into two related projects, I thought I'd mention those here as well:

The latter implements quite a few operators in C: https://github.com/ONNC/onnc/tree/master/lib/Runtime/operator

Possibly of interest for cONNXr too?

alrevuelta commented 4 years ago

Definitely those projects are interesting for us, specifically onnc.

Thanks for sharing!