-
Notifications
You must be signed in to change notification settings - Fork 413
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
Scripts for Interactive Validation on COCO #127
Comments
@tjqual Moreover, when I feed the GT boxes from COCO dataset into SAM and calculate the mIoU, the results are around 70, which is much higher than the 50 reported in the paper. This is quite puzzling to me.🤨 |
@1132741589 I just found that there is a supplementary material on the NeurIPS website of this paper. In the supplementary they mentioned the "COCO" interactive results are only based on 600 COCO-mini subet images, not the original whole COCO dataset. I guess that's why the numbers are different from my results obtained on all COCO images. Don't know if you are in the same situation. |
@tjqual Additionally, there is a project called OMG-seg. In their paper, they also compared the coco mIoU with interactive inputs, which is called COCO-SAM in Tab.2. The experimental setup is essentially consistent with the way I did, and the SAM results they measured are also very close to mine. You can refer to the SAM, Semantic SAM, and other results obtained from thier tests. |
@1132741589 ! I also noticed these works. Thanks for sharing! |
Hi there,
Thanks for such a great and interesting work. I have been working on to reproduce the results in the paper, and noticed that the released code does not contain the scripts to evaluate on COCO dataset interactively. I tried to use the SimpleClickSampler.py strategy as Pascal dataset, however, the results obtained on COCO is far more lower than the reported numbers in the paper. Could you please povide more details about evaluating on COCO interactive segmentation or kindly release such code? Thanks
The text was updated successfully, but these errors were encountered: