-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Questions about training datasets #10
Comments
Hi @sparrow0629, Unfortunately, we haven't heard from @kpzhang93 about training much. I will try to answer your questions to the best of my knowledge and my experience with playing code. He trains the networks both on WIDER and AFLW. WIDER is a nice large dataset good for face detection and AFLW has landmarks (WIDER does not). The inputs must be square. In the training time I believe he is turning the rectangle to square, maybe smallest enclosing square. He is not distorting/rescaling the rectangle region to a square one. A box is a true box if it has intersection over union ratio larger than 0.5. See III.A. in the paper for details. Best, |
Thank you so much @cdicle |
Hi, @cdicle |
I think we can't reach the author. Until now to be honest I still want to know how they train it. |
@cdicle why is used the pnet to generate train datas for rnet? Whether can I use the train datas used in pnet to train rnet? |
Hello,
thanks for sharing your code. I have some questions about training.
Thank you
The text was updated successfully, but these errors were encountered: