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

background threshold issues #56

Open
junchen14 opened this issue Feb 27, 2023 · 1 comment
Open

background threshold issues #56

junchen14 opened this issue Feb 27, 2023 · 1 comment

Comments

@junchen14
Copy link

In the paper, you said the threshold of 0.9 for VOC and 0.5 for Context dataset

but in the code, the threshold is
test_cfg = dict(bg_thresh=.95, mode='slide', stride=(224, 224), crop_size=(448, 448)) for VOC
and
test_cfg = dict(bg_thresh=.35, mode='slide', stride=(224, 224), crop_size=(448, 448)) for Context

Why this is inconsistent? if it is because my misunderstanding, could you please point out what is the correct why to check the background threshold?

@xvjiarui
Copy link
Contributor

Hi @junchen14
The released models are re-produced version after submission. So some hyperparameters are different. That's also why the accuracy is higher than reported.

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