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

Successfully converted to Onnx but it is not detecting any objects. #436

Closed emad555 closed 10 months ago

emad555 commented 10 months ago

I have successfully converted yolov5s model to onnx format, the model does not detect any objects in the frames. The pt model could detect the objects before the conversion on the same video.

What possible would be the issue?

emad555 commented 10 months ago

Noticed that I was using the same engine file for a different onnx model.

Every-time I change the model I have to delete the engine file to create a new one,