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

How to train DHN? #27

Closed igygi closed 4 years ago

igygi commented 4 years ago

Hi,

How did you go about training DHN? From my understanding of the paper, you trained it as a standalone module (by itself, without the tracker and differentiable MOTA and MOTP, is that correct?)

Also, according to the paper, you used the focal loss as the supervisory signal for training the DHN. How did you compute for focal loss?

Thank you.

yihongXU commented 4 years ago

Hi, the code for traninig DHN is uploaded. Thanks.