Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code for the semi-supervised experiment #11

Open
fcjian opened this issue Jul 21, 2023 · 4 comments
Open

The code for the semi-supervised experiment #11

fcjian opened this issue Jul 21, 2023 · 4 comments

Comments

@fcjian
Copy link

fcjian commented Jul 21, 2023

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

@fcjian
Copy link
Author

fcjian commented Aug 10, 2023

@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?

@xiaofeng94
Copy link
Owner

xiaofeng94 commented Aug 10, 2023

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.

@fcjian
Copy link
Author

fcjian commented Aug 11, 2023

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?

@xiaofeng94
Copy link
Owner

xiaofeng94 commented Aug 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants