-
Notifications
You must be signed in to change notification settings - Fork 24
Linear segmentation evaluation #11
Comments
Hi, I used the mmseg library: https://github.com/open-mmlab/mmsegmentation for all the segmentation results. The configs and models to copy into mmseg are available in our segmentation folder and should be enough to reproduce the results. |
Hi @Adrien987k , Thanks for your quick reply! I would use mmseg to evaluate the segmentation task. I evaluated a ResNet-50 model downloaded from your github on the Pascal VOC object detection task. The results I got are not good (26.5/57.5/20.0 (AP/AP50/AP75). I wonder if you can tell me what is wrong with my test. I repeated the same test on a ResNet-50 model from PixPro, but got better results. My 2 experiments are described below. (Exp_1) I downloaded the ResNet-50 backbone (alpha=0.75) "resnet50_alpha0.75.pth" from https://github.com/facebookresearch/VICRegL. I evaluated this model on the Pascal Voc object detection task using the attached codes. I first converted resnet50_alpha0.75.pth to resnet50_alpha0.75.pkl using the command "python convert-pretrain-to-detectron2.py resnet50_alpha0.75.pth ./resnet50_alpha_75.pkl". Then I run the command " Thanks! |
Hi, I don't have the config for detectron2 but a very important detail is that you need to adjust the learning rate. VICRegL uses a different loss than the contrastive loss used by MoCo and PixPro and therefore needs different hyper-parameters for the downstream tasks. Also, given that the difference in performance is so large, are you sure the model is loaded properly ? |
Hello.Thanks for your wonderful work. Would you mind telling me which part of output I should pass to LinearHead for segmentation? There are five values in output dictionary , "representation" "embedding" "maps_embedding" "logits" and "logits_val".Thanks a lot! |
Hello,
Thank you for your work. Amazing results on both classification and dense prediction tasks!
You have opened the evaluation code for the classification task. Are you planning to open your linear segmentation evaluation code on the Pascal Voc dataset so we can easily reproduce your results?
Sincerely,
Shirley
The text was updated successfully, but these errors were encountered: