Hi.
I trained the detector using mmcv.
And, I want to use the detector checkpoint trained using mmcv for the detector of qdtrack without any additional detector learning.
In this case, Can I train only tracker of qdtrack?
If I enter trained checkpoint using mmcv in init_cfg=dict(checkpoint='') in detecotr, is it the same as training only the tracker I mentioned?
Thank you.
Hi.
I trained the detector using mmcv.
And, I want to use the detector checkpoint trained using mmcv for the detector of qdtrack without any additional detector learning.
In this case, Can I train only tracker of qdtrack?
If I enter trained checkpoint using mmcv in init_cfg=dict(checkpoint='') in detecotr, is it the same as training only the tracker I mentioned?
Thank you.