-
Notifications
You must be signed in to change notification settings - Fork 47
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
Visualize the bounding box #5
Comments
Hi @RichardWenz , Yes, it is possible if needed. Right now, for simplicity I am just using the ground truth points to create a bounding box and then compute a scale and the center of the face based on it. Therefore the center of the face corresponds to the center of the bounding box and the scale is computed based on the width and height of the same bounding box. |
Hi @1adrianb , Thank you for your response. Actually, i have a little bit problem to understand how gnuplot works and how to print out a rectangle as bounding box according with the position of face center and scale value. I will check it again later if i can modify it more by myself and i will update here if i succeed to finish that. Anyway i succeed to use my own test data and get the prediction according with the center and scale value. Once again, thank you a lot for your feedback. Best Regards. |
Hi @1adrianb , I looked up your presentation in the youtube, it was a great presentation. It helped me to understand more about your paper. Anyway, i reopened this issue because i would like to ask some things that related with the face alignment. Is it possible to print out the heatmaps prediction on the input image?or display the region of face like in your paper? Thank you. Best Regards. |
Is it possible to plot/display the bounding box around the face according with the test data's scale and center?
Thank you.
The text was updated successfully, but these errors were encountered: