open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.55k stars 594 forks source link

Constant ID #824

Open Jayravalcode opened 1 year ago

Jayravalcode commented 1 year ago
  1. When some object (pedestrian) in frame the model assign them one ID but if the object move out and come back after some time the model assign them new ID.

  2. So how to fix and constant the object ID and what changes are requires in config files?

pixeli99 commented 1 year ago

This is a common problem in the MOT field. It is difficult to retrieve the id. Generally, you can use the reid module to alleviate this problem.