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.39k stars 344 forks source link

onnx from T4 to G4 #439

Open chrichard opened 10 months ago

chrichard commented 10 months ago

The yolov8 model I trained on the T4 GPU and then converted to onnx files. Can this onnx file be used on the P4 GPU?

marcoslucianops commented 10 months ago

The ONNX model yes, but you need to generate the engine again running the deepstream-app command (or running a custom DeepStream code).