xyupeng / ContrastiveCrop

[CVPR 2022 Oral] Crafting Better Contrastive Views for Siamese Representation Learning
MIT License
284 stars 27 forks source link

ask about the downstream application #10

Closed lenka844 closed 2 years ago

lenka844 commented 2 years ago

Thanks for sharing your great job! when i finish the pretext task in my own dataset, i got a checkpoint file, i check the keys in that file, it conbines statedict and boxes, i was confused about the box information is useful in the downstream task? or should i also consider to load the box weight?

xyupeng commented 2 years ago

No. box info is only used in pretraining. For downstream tasks, only model weights are useful.

lenka844 commented 2 years ago

No. box info is only used in pretraining. For downstream tasks, only model weights are useful. Thanks for your answer! Have a nice day.