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

Can I use referring_swin_base.yaml to reproduce RefCOCO, RefCOCO+, RefCOCOg results in the paper? #15

Open
yxchng opened this issue Oct 24, 2023 · 6 comments

Comments

@yxchng
Copy link

yxchng commented Oct 24, 2023

by only modifying DATASETS.TRAIN and DATASETS.TEST

referring_swin_base.yaml

@yxchng yxchng changed the title Can I use referring_swin_base.yaml to reproduce RefCOCO, RefCOCO+, RefCOCOg results? Can I use referring_swin_base.yaml to reproduce RefCOCO, RefCOCO+, RefCOCOg results in the paper? Oct 24, 2023
@changliu19
Copy link
Collaborator

Yes you can.

@yxchng
Copy link
Author

yxchng commented Oct 26, 2023

@ntuLC I tried doing this and get the following results:

                              RefCOCO        |        RefCOCO+       |       RefCOCOg
​                     |  val  | testA​ | testB​ |  val ​ | testA​ | testB​ | val-U​ | testU​ | val-G​
ReLA (paper)        ​ | 73.82​ | 76.48​ | 70.18​ | 66.04​ | 71.02​ | 57.65​ | 65.00​ | 65.97​ | 62.70​
ReLA (reproduction)​  | 73.29​ | 76.06​ | 69.56​ | 64.65​ | 70.27​ | 56.70​ | 63.57​ | 65.06​ | 60.76​

which is quite a bit lower than the results published in the paper.

Just curious, from your experience, how stable are the results? Does they have large variance?

@Yeemkt
Copy link

Yeemkt commented Dec 20, 2023

by only modifying DATASETS.TRAIN and DATASETS.TEST

referring_swin_base.yaml

hi there, i also want to reproduce the three datasets .
I will appreciate it if you can tell me how to modify the yaml in details

@lcl-git-3d
Copy link

Hello,do you know how to reproduce the three datasets now? I don't know either. @Yeemkt

@lcl-git-3d
Copy link

lcl-git-3d commented Jan 3, 2024

Hello,I am sorry to bother you. I have just modified DATASETS.TRAIN and DATASETS.TEST in referring_R50.yaml, but the results is a little bad.Could you please tell me what changes you have made? @yxchng @ntuLC @Yeemkt
d1543b18e706b06d20f5713dff173fd
image

@changliu19
Copy link
Collaborator

Hello,I am sorry to bother you. I have just modified DATASETS.TRAIN and DATASETS.TEST in referring_R50.yaml, but the results is a little bad.Could you please tell me what changes you have made? @yxchng @ntuLC @Yeemkt d1543b18e706b06d20f5713dff173fd image

Hi,

  • Are you using the provided R50 checkpoint for evaluating refcoco+? The provided checkpoints are trained on grefcoco only, so they are also only applicable for evaluation on gRefCOCO.
  • The RES results reported in the paper are based on Swin-Base, so they are not comparable with results based on ResNet backbones.

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

4 participants