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

Problem in training and testing DeepMOT #18

Closed Midhilesh29 closed 4 years ago

Midhilesh29 commented 5 years ago

I need to train DeepMOT on my custom dataset. Is it necessary to train Deep Affinity Network on the custom dataset?. For training the Deep Hungarian network is there code available?

yihongXU commented 4 years ago

Hi, we didn't train DAN, you could however refine it. DHN training code is now released. Thank you.