binary-face-alignment icon indicating copy to clipboard operation
binary-face-alignment copied to clipboard

Visualize the bounding box

Open RichardWenz opened this issue 6 years ago • 3 comments

Is it possible to plot/display the bounding box around the face according with the test data's scale and center?

Thank you.

RichardWenz avatar Oct 27 '17 09:10 RichardWenz

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. As of this moment there is no function implemented in the code that will allow this directly. I will update this code in the second part of november most likely to simplify the things a bit and incorporate a face detector.

1adrianb avatar Nov 01 '17 09:11 1adrianb

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.

RichardWenz avatar Nov 02 '17 06:11 RichardWenz

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.

RichardWenz avatar Dec 13 '17 08:12 RichardWenz