VL-PLM
VL-PLM copied to clipboard
The code for the semi-supervised experiment
Where are the code and model for the semi-supervised experiment?
@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?
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.
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?
Hey, if I remembered correctly, we used a threshold of 0.8 for semi-supervised experiments the same as OVD.