CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
383 stars 82 forks source link

[Question] DistributedDataParallel compatibility #49

Open austinmw opened 3 years ago

austinmw commented 3 years ago

Hi, I am considering trying to refactor this repo to support distributed training with DistributedDataParallel (or maybe Horovod). Do you happen to foresee any major issues with that working?

CaptainEven commented 3 years ago

@austinmw I will add DD training myself if i have plenty free time. If you can do this, I would be very grateful! Then, a branch merging can be done to make MCMOT better for training.