WXinlong / DenseCL

Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021 Oral.
GNU General Public License v3.0
544 stars 70 forks source link

GaussianBlur is already registered in pipeline #1

Closed jancylee closed 3 years ago

jancylee commented 3 years ago

How can I evalute the performance of the model pretrained in coco(800)?

WXinlong commented 3 years ago

@jancylee For evaluating on downstream detection and segmentation, please refer to benchmarks/detection/README.md. For evaluating on classification of VOC07 Linear SVM, please refer to here.