deshwalmahesh / yolov7-deepsort-tracking

Modular and ready to deploy code to detect and track videos using YOLO-v7 and DeepSORT
155 stars 62 forks source link

Can I change the confidence value? #23

Closed BoscoShin closed 1 year ago

BoscoShin commented 1 year ago

I tracked my source(detection person), but there was a misdetection part, so I'm going to increase the confidence to track it.

so can i change confidence(objectness threshold)?

deshwalmahesh commented 1 year ago

Hi, did you get a chance to look into the Docstring and functions? Three out of Five paramns in Detector class are for changing different thresholds.

  1. Please visit this link for Detector threshold - Confs
  2. Visit this link for Tracking Threshold / Confs