I am using MV3DTracker with 2 input streams and I want to understand the behaviour of the ReID model.
is MV3DTracker use a ReID network to improve identity consistency. I enabled the ReID section in the tracker config and added the ReID model (as per the sample config). The tracker runs correctly, but I am not observing any visible difference in tracking or ID consistency after enabling ReID.
My questions:
-
Does MV3DTracker actually use the ReID model for ID reassignment, or does it primarily use global 3D coordinates and trajectory smoothing for multi-stream association?
-
If ReID is enabled, does MV3DTracker combine:
-
appearance similarity (ReID embedding),
-
global coordinates,
-
velocity/trajectory,
for ID matching?
Or is the ReID module optional and only used in specific pipeline configurations?
-
-
I attached my tracker config file below.
Could you please tell me if any parameters need to be changed for the ReID model to actually be used?config_tracker.txt (5.5 KB)