phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

About Resnet101 #110

Closed Huwenzjw closed 3 years ago

Huwenzjw commented 3 years ago

For the process of Reid , you use the feature of resnet101 in the code. Have you pre-trained the Resnet101 on the MOT17Det?

timmeinhardt commented 3 years ago

The reID network is independent of the object detector and uses a ResNet50 for feature extraction. This ResNet is trained on three datasets, namely, Market1501, CUHK03 and MOT16. MOT16 and MOT17 use the same image data and only differ in the provided sets of public detections, i.e., yes the reID network was trained on MOT17Det.

Huwenzjw commented 3 years ago

Thanks very much.I understand it

timmeinhardt commented 3 years ago

Can we close this issue?

Huwenzjw commented 3 years ago

Yes,you can