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

How to decrease false positives and how to separate very small adjacent instances? #18

Open
ustczhouyu opened this issue Feb 6, 2020 · 1 comment

Comments

@ustczhouyu
Copy link

❓ Questions and Help

Help! When I train the model on a dataset containing many small objects, I encountered other difficulties. 1. The model will detect two or more small objects that are close together in the horizontal or vertical direction as one. 2. Due to the complex background of this dataset, some backgrounds are even similar to the texture of the foreground, leading to some false positives. What should I do to solve these two problems? (For example, which parameters should be modified or what kind of branch should be added?) Please help me. @mrlooi

@mrlooi
Copy link
Owner

mrlooi commented Feb 9, 2020

This is a general question, and unfortunately there's no simple way to do this. You could try changing the anchor scale parameters, and write your own loss functions to further penalize false positives. Perhaps even changing the network.
Try looking at the latest CV papers, I believe the techniques used in this repo (based on rotated anchors and maskRCNN) is no longer the state of the art for general segmentation and detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants