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

Question on evaluation result #10

Closed
lizhyuxi opened this issue Jul 11, 2023 · 7 comments
Closed

Question on evaluation result #10

lizhyuxi opened this issue Jul 11, 2023 · 7 comments
Labels
good first issue Good for newcomers

Comments

@lizhyuxi
Copy link

lizhyuxi commented Jul 11, 2023

I performe the given Inference code but get the different evaluation result from that in the paper:
My gIoU is 66.3407, cIoU is 63.0991, but in the paper they are respectively 63.60 and 62.42

Here follow my running code, file directory and the output. Is there anything wrong? Thank you.

!python train_net.py
--config-file configs/referring_swin_base.yaml
--num-gpus 1 --dist-url auto --eval-only
MODEL.WEIGHTS "/content/ReLA/gres_swin_base.pth"
OUTPUT_DIR "/content/ReLA"
image

@lizhyuxi lizhyuxi changed the title Question on data split Question on evaluation result Jul 11, 2023
@yahooo-m
Copy link

The same results!

@henghuiding
Copy link
Owner

Hi, thank you for raising this issue.

The results are correct. It is expected that the performance of the released models is slightly better than that reported in our CVPR paper. We have optimized the model after the submission of the camera-ready version, for example here. For the original version please kindly refer to this branch.

@henghuiding henghuiding added the good first issue Good for newcomers label Jul 13, 2023
@qiulesun
Copy link

qiulesun commented Jul 27, 2023

@henghuiding

When I reproduce your results using gres_r50.pth model, I encounter the following problem. Could you provide some suggestions to fix it ?

inference cmd:
python train_net.py
--config-file configs/referring_R50.yaml
--num-gpus 2 --dist-url auto --eval-only
MODEL.WEIGHTS modes/gres_r50.pth
OUTPUT_DIR modes/gres_r50-eval

log.txt

image

@changliu19
Copy link
Collaborator

changliu19 commented Jul 27, 2023 via email

@qiulesun
Copy link

qiulesun commented Sep 21, 2023

@ntuLC @henghuiding

My CPU RAM is 64GB and I already close all programs when running released code.
But whether I fine-tune model or use released model to reproduce the results, there's always this problem. I have no idea to fix it. Can you give me some suggestions ?

abcb1ae05fa567835ce6677ae742431a_256561193-71978526-453e-4c91-886c-6728d5619ebb

@changliu19
Copy link
Collaborator

@ntuLC @henghuiding

My CPU RAM is 64GB and I already close all programs when running released code. But whether I fine-tune model or use released model to reproduce the results, there's always this problem. I have no idea to fix it. Can you give me some suggestions ?

abcb1ae05fa567835ce6677ae742431a_256561193-71978526-453e-4c91-886c-6728d5619ebb

Hi @qiulesun ,

You may monitor the system memory usage using top whilst running, or check your system log to confirm whether it is an OOM issue.

@lcl-git-3d
Copy link

image
Hello! Why my evaluation result is not same with you? @qiulesun

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

No branches or pull requests

6 participants