amazon-science / siam-mot

SiamMOT: Siamese Multi-Object Tracking
Apache License 2.0
478 stars 61 forks source link

Reproducing SiamMOT-DLA34-EMM #14

Open Bonum opened 3 years ago

Bonum commented 3 years ago

Is it possible to publish the training command settings that reproduce SiamMOT-DLA34-EMM from Model Zoos. And approximately the training time.

Thank you for your great work.

bingshuai2019 commented 3 years ago

You can follow the command listed here: https://github.com/amazon-research/siam-mot#dataset-evaluation-and-training. You only need to use your own train_dir and model_suffix.

Training the whole network on 8 GPUs (V100) with the default configuration takes around 10 hours.