Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weaker detections in deepstream-app #520

Open
chandana-21 opened this issue Mar 11, 2024 · 0 comments
Open

Weaker detections in deepstream-app #520

chandana-21 opened this issue Mar 11, 2024 · 0 comments

Comments

@chandana-21
Copy link

I ran inference on the same video using my yolov5l .pt weights using detect.py from yolov5 github repo and onnx weights in deepstream.

This is the detect.py video

detect_yolov5.MP4

This is the video in deepstream with config:

nms-iou-threshold=0.45
pre-cluster-threshold=0.25
topk=300
fp16_conf.mov

and this is the video with config:

nms-iou-threshold=0.65
pre-cluster-threshold=0.001
topk=300
fp16_conf_001.mov

The detections are missing for most of the second half of the video in deepstream, what could be causing this and how can i solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant