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

Prediction threshold #5

Open
dfrumkin opened this issue Jun 21, 2022 · 1 comment
Open

Prediction threshold #5

dfrumkin opened this issue Jun 21, 2022 · 1 comment

Comments

@dfrumkin
Copy link

I see you use 0.49 as the prediction threshold. Why this number?

def get_next_points(pred, gt, points, click_indx, pred_thresh=0.49):

@XavierCHEN34
Copy link
Collaborator

XavierCHEN34 commented Jun 23, 2022

Because my code is largely based on the codebase provided by RITM. They use 0.49, so I follow the setting.

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