DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

Cross platform engine export

Open tomikpik opened this issue 1 year ago • 3 comments

Hi there, could you please give me a hint on how to perform cross-platform engine export? I'd like to export the engine for the Jetson AGX Xavier on the x86 machine with NVIDIA A10 GPU x86 machine.

Thanks :)

tomikpik avatar Sep 01 '23 14:09 tomikpik

You can use the ONNX model in x86 and Jetson platforms, but the engine isn't possible.

marcoslucianops avatar Sep 01 '23 15:09 marcoslucianops

So that basically means I need to distribute the model as ONNX with my application and perform the engine export on target device?

tomikpik avatar Sep 08 '23 08:09 tomikpik

Yes, you will need to build the engine using the distributed ONNX model in each platform.

marcoslucianops avatar Sep 08 '23 21:09 marcoslucianops