phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"

Home Page:https://arxiv.org/abs/1903.05625

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Resnet101

Huwenzjw opened this issue · comments

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

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.

Thanks very much.I understand it

Can we close this issue?

Yes,you can