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

Questions about COCO experiments #45

Open
XinyuJiang opened this issue Oct 9, 2021 · 2 comments
Open

Questions about COCO experiments #45

XinyuJiang opened this issue Oct 9, 2021 · 2 comments

Comments

@XinyuJiang
Copy link

  1. I notice that in fine-tune stage, the COCO dataset only have one instance per image, despite of there may be number of potential instances, like some image contained chairs, and these instances without annotations would be treated as False Positive in this stage. Does it make sense?
  2. In configs/COCO/R-101/10shot_baseline.yml, there have no config about "ContrastiveROIHeads", which was set in PACSCAL_VOC/split*/*shot_CL_IoU.yml. But I use this coco baseline achieve 11.6 nAP in 10-shot coco setting, and when I add config about CL in COCO config file it only achieve 10.16nAP. Whether I misunderstand something important?
    Waiting for your response. Thanks.
@Wei-i
Copy link

Wei-i commented Oct 29, 2021

I have the same issue with (2).
It seems that contrastive loss could harm coco-few-shot but benefit voc-few-shot experiments.

@Ze-Yang
Copy link

Ze-Yang commented Jul 14, 2022

  1. I notice that in fine-tune stage, the COCO dataset only have one instance per image, despite of there may be number of potential instances, like some image contained chairs, and these instances without annotations would be treated as False Positive in this stage. Does it make sense?
  2. In configs/COCO/R-101/10shot_baseline.yml, there have no config about "ContrastiveROIHeads", which was set in PACSCAL_VOC/split*/*shot_CL_IoU.yml. But I use this coco baseline achieve 11.6 nAP in 10-shot coco setting, and when I add config about CL in COCO config file it only achieve 10.16nAP. Whether I misunderstand something important?
    Waiting for your response. Thanks.

Hi, could you share your results on COCO 10shot and 30shot after adding CL with the format below for both base and novel classes? Thanks.

AP AP50 AP75 APs APm APl AR AR50 AR75 ARs ARm ARl

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

3 participants