reza-asad / Facial-Landmark-Regression

In this project I'm going to predict landmarks on face images.
0 stars 0 forks source link

data structure #1

Open ndavoudi opened 3 years ago

ndavoudi commented 3 years ago

Could you please share the data format. How the images and labels (with multiple landmarks) are saved in the directory.

reza-asad commented 3 years ago

Hi ndavoudi, could you share your email? I can send you the data.

ndavoudi commented 3 years ago

Hi Reza, thank you very much for your reply. This is my email address: neda.davoudi@tum.de I could manage to run your code on my data which is medical, I have a few questions:

Cheers Neda

reza-asad commented 3 years ago

Hi Neda,

I have sent you the data. Regarding your question on multiplying by 2: Usually you can get a better performance on your model if you normalize the images between -1 and 1. To do this I do 2 * x/255 - 1 which maps the pixels to be between -1 and 1. About your second question, unfortunately I have not done 3D landmark detection.

Cheers, Reza.