-
Notifications
You must be signed in to change notification settings - Fork 62
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
Overlapping masks #2
Comments
Option 1) Lower NMS threshold However, it's possible to still have overlapping masks, especially when 2 rotated boxes have low box overlap, but high mask overlap. This can also happen with regular bounding box detections, but it's a lot less common. |
Thanks mrlooi, I have used option 2 and it worked fine. As for option 1, should I retrain the model? Or just need to change the NMS threshold in inference? |
It seems better after changing NMS to 0.3, but still have some overlaps. I decide to combine two methods to reduce overlaps. Thanks mrlooi. |
Since you have successfully run this project, i wonder if the rotated results are normal in your dataset, i have trained a model but found the predicted angle is too small so that the predicted bounding boxes are almost horizontal. I wonder your help. @elepherai @mrlooi Thanks very much! |
Do you have example images of the predictions? |
I have. Sorry, i cannot make full sense of your idea. Would you like to leave your contact information? @mrlooi |
@Baby47 Hi, the roteated results are normal, and the angles also make sense in my dataset. |
@Baby47 can you post an example of the predicted results? |
It’s not convenient to post here . The angle is about 1 or 2 really small number. @mrlooi |
What I meant was you can post a picture of the predictions generated using the infer_demo.py file |
Can you leave your email address? @elepherial |
@Baby47 elepher.ai AT gmail.com |
Hi, thanks for your great work.
Recently I have been trying to train my own dataset with rotated_maskrcnn.
I found that there are some overlapping masks in the results. The scores are high enough, so I cannot filter them by threshold.
Do you have any suggestions about the overlapping problem? Thank you.
The text was updated successfully, but these errors were encountered: