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

question about safety hat detection #1

Open
yuyijie1995 opened this issue Dec 10, 2018 · 2 comments
Open

question about safety hat detection #1

yuyijie1995 opened this issue Dec 10, 2018 · 2 comments

Comments

@yuyijie1995
Copy link

Hi, I also join the safety hat detection competition . After read your tricks ,I still confused about this description “The position pixels could not cover all possible pixels in such situation. After exploring the training label, I found the images > are resize to one-third during labeling. So I approximate the predicted position to the nearby pixels appearing in training label.” Why can't the position pixel cover all the pixels after artificially reducing the image to label ? And how do you explore the train label ,are you just counting the distribution of all training labels' pixels? Can you give more details? Thanks

@SpyderXu
Copy link
Owner

Hi, I also join the safety hat detection competition . After read your tricks ,I still confused about this description “The position pixels could not cover all possible pixels in such situation. After exploring the training label, I found the images > are resize to one-third during labeling. So I approximate the predicted position to the nearby pixels appearing in training label.” Why can't the position pixel cover all the pixels after artificially reducing the image to label ? And how do you explore the train label ,are you just counting the distribution of all training labels' pixels? Can you give more details? Thanks

If you explore the training label pixels, you would find that the pixels could not cover all possible pixels, a simple example is that the xmin (or ymin, xmax, ymax) can only be 0, 3, 6, 9 ....., so I establish a list to store all possible pixel position, and approximate the predict position(float) to the nearby pixels(int) which appear in train set label

@yuyijie1995
Copy link
Author

Thanks a lot!

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