yihongXU / deepMOT

Official Implementation of How To Train Your Deep Multi-Object Tracker (CVPR2020)
GNU Lesser General Public License v3.0
498 stars 87 forks source link

What is the difference between Birth Candidate and New Track in Birth and Death Process? #20

Closed Midhilesh29 closed 4 years ago

yihongXU commented 4 years ago

Hi, because the detections are noisy. The birth candidates will not be initialized immediately. If there are several overlapped birth candidates in consecutive frames, then we initialize them as new tracks.