-
Notifications
You must be signed in to change notification settings - Fork 25
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
Not getting results #31
Comments
Hi @charul15 Thank you for your interest in our work. The issue is about the confidence threshold. By default the confidence threshold is set to 0 and it will return all 300 bounding boxes corresponding to all 300 queries. Could you try setting the confidence threshold to a higher value, let's say 0.7 at here? Thanks |
I tried with conf score 0.7 , getting the same result |
Hi @charul15, Please share the image, so that I can check. Thanks |
Hi @charul15, The following are the results that I am getting with 0.7 confidence threshold. Steps That I followed
This created a
Please note that I have modified the line at with the following for setting the threshold to 0.7.
I hope it will help. Thank You. |
thanks for detailed steps. if its possible can you share the model path . The drive path previously mentioned in the other |
I have used the path - MDef_DETR_r101_epoch20.pth to generate open set bboxes using command.
python inference/main.py -c checkpoint/MDef_DETR_r101_epoch20.pth -i data/testdata/ -m mdef_detr -tq 'all objects'
The result i am getting is too poor

can you please help me
to understand where i am going wrong?
The text was updated successfully, but these errors were encountered: