-
Notifications
You must be signed in to change notification settings - Fork 159
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
Accuracy Threshhold not working #46
Comments
@jo2 did you solved your pb ? |
We didn't get the filter to work. Our main problem seemed to be that we did not use a pre trained image resulting in low confidence. |
@jo2 @arnaud-nt2i You can set the threshold properly like this: THRESH_TEST = 0.7
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = THRESH_TEST
cfg.MODEL.RETINANET.SCORE_THRESH_TEST = THRESH_TEST
cfg.MODEL.PANOPTIC_FPN.COMBINE.INSTANCES_CONFIDENCE_THRESH = THRESH_TEST
cfg.MODEL.FCOS.INFERENCE_TH_TEST = THRESH_TEST |
I don't know if we tried the |
did you solved the problem,I meet the problem that I can't get the mask ,but it's a square @jo2 @youngwanLEE |
No I couldn't solve the problem as I don't have access to the data any more |
I have a problem that the Accuracy Threshhold is not working in my evaluation. I configured this:
but no threshhold is applied during the visualization of my test data.
This is how a visualize my test data:
Do you know a way to solve this issue?
The text was updated successfully, but these errors were encountered: