mmtracking
mmtracking copied to clipboard
Question about training in MMTracking
When I'm running the training script using PORT=29504 ./tools/dist_train.sh ./configs/mot/qdtrack/qdtrack_faster-rcnn_dcnv2_r50_fpn_4e_sat-airplane.py 1, is it training both the detector and the tracker, or just the tracker?
When I want to train a model to track something, should I train the detector first and use it in the init_cfg or just run the script and train them both?
Just run the script, it will train both the detector and tracker.