-
Notifications
You must be signed in to change notification settings - Fork 123
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
Limit on the number of detections?? #87
Comments
I had the same problem. |
I struggled with this one too. If you have a large number of objects (>50), the confidence scores are likely very low. When running the demo, you can see these detections with I haven't figured out how to get good confidence scores with a large number of detected objects yet (40-100) but you will at least be able to see the additional detections using the above approach. |
Is there a limit to the number of detection results?
I wonder if there is a limit to the number of detection results on TextFuseNet.
there are a lot of things that I can't catch even though I increased DETECTIONS_PER_IMAGE and other option In the config/default.py file,
I used the model that is reset 101 backbone as it is.
Is there an output limitation like a network using RPN in the past?
If there are not many objects in the image, I'm very good at catching them, but if there are many objects, I can't catch them.
So I wonder if there is a limit to the number of detection results in the network.
The text was updated successfully, but these errors were encountered: