tensorflow / tensorflow/models
Better approach for exempting background as false positive.
@pkulzc is already working on this.
Since Oct 7, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hello Everyone,
I am working on a project for detecting football, so I have made a detector using SSD mobilenet v2 which almost detect perfectly but there are many false positive, which detects background object as football with high accuracy. So for reducing this problem I have gathered the images of that object retrain the model by adding those objects as background, for example, My model was detecting Clock as a ball, so I added some Images for Clock as background and retrained the model, the model then perfectly differentiate between Clock and a ball. My question is that is there a better Approach than this for reducing the false positive in the detector.
Please let me know your suggestions or improvements for the detector.
Thank you.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.