Personal blog with worklogs, random thoughts and notes and things that I find interesting in general. Mostly technology focused.

Setting up ONNX Runtime for C++


In my work at AMZ Racing I struggled a bit to install ONNX runtime for C++ to use for model inference. The official docs only recommend installation using various Microsoft tooling; I did not want to do that. Turns out it is pretty easy in the end. First, you download the current version for your architecture from the repo here. Then, you unzip it whereever youn need it. Then, you compile your project as:…
Read more ⟶