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

config.py paras problems #13

Open
chenzhm01 opened this issue Feb 8, 2018 · 1 comment
Open

config.py paras problems #13

chenzhm01 opened this issue Feb 8, 2018 · 1 comment

Comments

@chenzhm01
Copy link

preclude rois intersected with dontcare areas above the value

__C.TRAIN.DONTCARE_AREA_INTERSECTION_HI = 0.5
__C.TRAIN.PRECLUDE_HARD_SAMPLES = True

what is about it, what is dontcare area?

@Zardinality
Copy link
Owner

Zardinality commented Feb 8, 2018

In my view, don't care area is an area where no label is provided but some objects of interests might occur, it is impossible to label them all because we have limited labor, but also inappropriate to label them as negative because it might have objects inside. So we choose to ignore such area while training.
If anyone has some other plausible ideas about it, be free to comment.

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