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.38k stars 343 forks source link

Bigger drop in Detection Accuracy while running yolov7 standalone and in Deep Stream #466

Open tkhan3 opened 9 months ago

tkhan3 commented 9 months ago

I am trying to do person detection using yolov7. I ran my stream though yolov7 and it detected very well. Then I added yolov7 model to deepstream with procedure specified in (this) DeepStream-Yolo repo. Please note I am using full FP32 Engine.

I am seeing a very big drop in person detection accuracy. Any thoughts why its happening and how to address that ?

cgrtrifork commented 9 months ago

This is probably related to #339