selflein / GraphNN-Multi-Object-Tracking

Unofficial PyTorch implementation of "Learning a Neural Solver for Multiple Object Tracking"
122 stars 23 forks source link

How to train the model? #8

Open hungminhsu opened 4 years ago

hungminhsu commented 4 years ago

Thank you so much for sharing the implementation. I tried to train the model by the original setting of this implementation but the results are not good. Do you use the default settings to train your model or do any data augmentation/cleaning? Moreover, do you do any post-processing after the inference?