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

Cropping's affect on annatations? #64

Open
gao-shi opened this issue Feb 4, 2020 · 1 comment
Open

Cropping's affect on annatations? #64

gao-shi opened this issue Feb 4, 2020 · 1 comment

Comments

@gao-shi
Copy link

gao-shi commented Feb 4, 2020

In the paper, it is metioned that random crop a bounding box from input image, for which the box area is within [0.05, 1.0] of the whole image area for image pre-processing. But how can i know which label should be kept? It could happen that the object is cut off,but its label remains in the gt annotations.

@yunkchen
Copy link

yunkchen commented Mar 4, 2020

Params in train.py:
object_cover=0.7,
area_cover=0.7,
I guess that just to keep most images' label invariant.

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