vimar-gu / MSINet

[CVPR2023] Twins Contrastive Search of Multi-Scale Interaction for Object Re-Identification
71 stars 6 forks source link

If a private dataset is used for training, how should the pre-training data be obtained? #2

Closed demons0107 closed 1 year ago

vimar-gu commented 1 year ago

The pre-training process is conducted on the ImageNet dataset. So for any Re-ID datasets, the provided pre-trained model is generally practical.

demons0107 commented 1 year ago

Thank you very much for your answer! I would like to know how the data from the pretrained folder is obtained, is the data obtained after training resnet50 pre-trained by imagenet?

vimar-gu commented 1 year ago

I'm not sure what do you indicate by "data from the pretrained folder". If you mean the pretrained model, it is the MSINet network weights trained on the ImageNet.

demons0107 commented 1 year ago

I'm very sorry for my misunderstanding. Thank you very much for your answer!