marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.4k stars 345 forks source link

This is a question about creating ONNX files in an x86 Ubuntu environment. #369

Closed kimcheolhee80 closed 1 year ago

kimcheolhee80 commented 1 year ago

I am working on x86 ubuntu 20.04, RTX3080, Deepstream6.2 environment. After creating ONNX model files of YoloV8 and Yolo-Nas in my development environment, is it possible to create and use engine files after moving the generated ONNX files to Nvidia Jetson AGX Xavier?

Or do I have to create and use ONNX files in the Jetson environment from scratch?

marcoslucianops commented 1 year ago

Yes, you can use the ONNX file on Jetson, but you need to regenerate the engine in the first run on it (you can't use the RTX engine file in Jetson).

kimcheolhee80 commented 1 year ago

ok. thank you I am currently working on Nvidia Jetson AGX Xavier, not a PC environment.