deshwalmahesh / yolov7-deepsort-tracking

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

Labels switching and saving data #24

Open felipearrudamoura opened 1 year ago

felipearrudamoura commented 1 year ago

Hi, mate! Thanks for the codes! Great job!

In my example, labels are switching so much, mainly when there is a sudden movement of the person, or he/she is occluded for a while. Where may I edit some parameters to improve that?

One more question: is it possible to save bounding box coordinates as function of time and person label in a .txt file?

Thanks!!

deshwalmahesh commented 1 year ago

Hi, Apart from training your ReId model (can be trained as Siamese Model) there are few thresholds you can change. See if

  1. Changing Thresholds helps.
  2. If this Link helps you

Foe the Printing part, see if this link helps