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

Adjusting Model Confidence Level #5238

Open
Rahul6903 opened this issue Mar 12, 2024 · 1 comment
Open

Adjusting Model Confidence Level #5238

Rahul6903 opened this issue Mar 12, 2024 · 1 comment
Labels
documentation Problems about existing documentation or comments

Comments

@Rahul6903
Copy link

it's possible to adjust a model's confidence level because i unable to obtain the complete labeled coordinates along with the corresponding text

@Rahul6903 Rahul6903 added the documentation Problems about existing documentation or comments label Mar 12, 2024
@Programmer-RD-AI
Copy link
Contributor

Hi,
You can change the configuration file as follows:
MODEL: ROI_HEADS: SCORE_THRESH_TEST: 0.5 # Set this to your desired threshold
OR
You can add the following code segement to when using loading the figuration file
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Problems about existing documentation or comments
Projects
None yet
Development

No branches or pull requests

2 participants