Hello everyone.
I’m trying to import a .uff file into opencv.
Unfortunately I can’t find a solution and therefore I wanted to ask you if it is possible to convert the .uff file into .onnx (as this last one can be imported into opencv).
I ask you this because I would like to use the pre-trained models (located in the “data” folder in the jetson inference) on other architectures.
Thanks for the reply.
Precisely I was looking for a method like “readNetFromONNX()” but for the .uff format in opencv.
I don’t know if there was such a method but what interests me is being able to use a .uff model on machines without NVIDIA graphics card (directly on the CPU). That’s why I was wondering if there was a method capable of converting this format.