VL-PLM icon indicating copy to clipboard operation
VL-PLM copied to clipboard

The code for the semi-supervised experiment

Open fcjian opened this issue 2 years ago • 4 comments

Where are the code and model for the semi-supervised experiment?

fcjian avatar Jul 21 '23 05:07 fcjian

@xiaofeng94 How did you set the score thresh to filter the bbox from CLIP and the nms iou thresh to merge the bboxes from CLIP and STAC for the semi-supervised experiment?

fcjian avatar Aug 10 '23 12:08 fcjian

Hey, sorry for the late reply.

For semi-supervised experiment, we use STAC code with minor modifications to adopt our PLs. For thresholds, set them to keep number of boxes in a reasonable range. In our paper, we keep around 4 pseudo labels per image.

xiaofeng94 avatar Aug 10 '23 18:08 xiaofeng94

The author set the score threshold to 0.9 in STAC paper while you set the score threshold to 0.8 in OVD experiment. I want to know what threshold you set in your semi-supervised experiment?

fcjian avatar Aug 11 '23 01:08 fcjian

Hey, if I remembered correctly, we used a threshold of 0.8 for semi-supervised experiments the same as OVD.

xiaofeng94 avatar Aug 11 '23 03:08 xiaofeng94