I am trying to use your multi-tracker in a traffic video with small vehicles. It works well, but the tracking ID for each unique vehicle changes a lot without the vehicle being occluded or anything. I changed the parameters in main:
//Parameters
int Merge_threshold = 2000; // square example, 20^2=400.
int Min_blob_size = 10;
int UnmatchedDuration = 8;
int minTrackLength = 12;
The ID for each vehicle changes rapidly. Is there a parameter I should change?
I am trying to use your multi-tracker in a traffic video with small vehicles. It works well, but the tracking ID for each unique vehicle changes a lot without the vehicle being occluded or anything. I changed the parameters in main:
The ID for each vehicle changes rapidly. Is there a parameter I should change?