simclr icon indicating copy to clipboard operation
simclr copied to clipboard

Can you give me some guidance ?

Open LDZ233-ldz opened this issue 4 years ago • 1 comments

Thank you for your code, Can it be used for training on labeled COCO datasets Can you give me some guidance on how to use simclr for downstream tasks, such as supervised target detection?

LDZ233-ldz avatar Mar 29 '21 09:03 LDZ233-ldz

The method presented here is used for pretraining of ResNet backbone, which can then be transferred fro classification, detection, segmentation, etc. So we don't use labels in pretraining (whether it's bounding box or class label), and you could use the labels in fine-tuning stage (after pretraining).

chentingpc avatar Mar 29 '21 20:03 chentingpc