tensorflow / tensorflow/models

Better approach for exempting background as false positive.

Open
#9,340 6 comments 0 reactions 3 assignees View on GitHub

@pkulzc is already working on this.

Since Oct 7, 2020.

models:research:odapi type:support
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.