zementalist / Facial-Features-Measurement-and-Analysis

Apache License 2.0
5 stars 1 forks source link

Why resize the cropped face before measurement #3

Open zheng1237 opened 3 months ago

zheng1237 commented 3 months ago

Hello, I don't get why do you resize the cropped face from its original shape to a fixed (190, 250) and then do the measurement on the resized landmarks. Shouldn't we measure on the original face landmarks?

zementalist commented 3 months ago

Hi,

Why reshape to a fixed shape?

Why is it (190, 250)?

zheng1237 commented 3 months ago

Thanks for your quick reply.

Still, I feel it's a little confused why reshape to a fixed shape.

Yes, it's unfair to measure on different scales, but if we reshape to 190:250 or any other ratio or even normalize the landmarks, the original face will be scaled. The measured features on the scaled face won't represent the measured features of the original face.

I think given only one image without any reference, what we can do is to measure scale invariant features, like the ratio between eye height and eye width, etc, not the scale variant features like the height, length, width per se.