Hi, I am interested in the gen2-nanosam project that was recently added to depthai-experiments.
In this project, the encoder (or embedder) is deployed on the OAK device, whereas the decoder is not and is run on the CPU instead. I don't quite understand how the decoder is executed. Is it run on the CPU of the OAK-D's raspberry CM4, or on a computer it is connected to?
If the decoder is deployed on the CM4, how can I install the onnxruntime on it, as a simple pip install fails for me.