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 add negative data ? #90

Open
dexception opened this issue Aug 27, 2019 · 2 comments
Open

How to add negative data ? #90

dexception opened this issue Aug 27, 2019 · 2 comments

Comments

@dexception
Copy link

The reason i am asking this question is because of the algorithm implemented here works differently for negative data.

For example, Faster R-CNN considers as negative boxes those which have IoU under a certain threshold (0.3 by default, I think). And then it takes as many negative examples as positive ones.

So basically, if you have your object B in images with A as well, and it is not labeled, it is some chance that it will be considered as a negative.

Please correct me if i am wrong !
Can you tell me how can i add negative data without tagging ?

@yangxue0827
Copy link
Member

This article may give you some inspiration.
https://arxiv.org/pdf/1806.06986.pdf

@dexception
Copy link
Author

dexception commented Sep 7, 2019

Links only partially answers the question.

If i have some images that do not have any objects and i would like to add it as negative ..how do i go about it ?

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