You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please give an example of your data (face boxes and landmarks) provided for CelebA?
I wounder the data format:
does face box represented as or ? In absolute or ratio coordinates (ratio to image width, height)?
do facial landmarks coordinates are presented as X1 Y1 X2 Y2 ... X5 Y5? Or X1 X2 X3 ... Y3 Y4 Y5? In absolute or ratio coordinates?
Next, CelebA stores 'regression_nums_' (random numbers) into 'rectangle.txt' (line 157: txt_write(regression_nums_, "rectangle");). While 'generate_hdf5.py' needs 'regression_box.txt'. Is that just filename confusion? Do I really must provide random numbers instead of face boxes into 'generate_hdf5.py' or there is some mistake?
Thank you
The text was updated successfully, but these errors were encountered:
Thank you for your nice implementation and share!
Could you please give an example of your data (face boxes and landmarks) provided for CelebA?
I wounder the data format:
Next, CelebA stores 'regression_nums_' (random numbers) into 'rectangle.txt' (line 157: txt_write(regression_nums_, "rectangle");). While 'generate_hdf5.py' needs 'regression_box.txt'. Is that just filename confusion? Do I really must provide random numbers instead of face boxes into 'generate_hdf5.py' or there is some mistake?
Thank you
The text was updated successfully, but these errors were encountered: