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
for widerface
wider_face_train_bbx_gt.txt
Number of bounding box
x1, y1, w, h, blur, expression, illumination, invalid, occlusion, pose
what index does x1 and y1 start, 0 or 1?
for celeba
list_landmarks_celeba.txt
202599
lefteye_x lefteye_y righteye_x righteye_y nose_x nose_y leftmouth_x leftmouth_y rightmouth_x rightmouth_y
000001.jpg 165 184 244 176 196 249 194 271 266 260
what index does the landmark label start from, 0 or 1?
for python, image index start from 0, for matlab index start from 1, so the label start from which index?
I know it is just a pixel, but for landmark localization, it's important.
The text was updated successfully, but these errors were encountered:
for widerface
wider_face_train_bbx_gt.txt
Number of bounding box
x1, y1, w, h, blur, expression, illumination, invalid, occlusion, pose
what index does x1 and y1 start, 0 or 1?
for celeba
list_landmarks_celeba.txt
202599
lefteye_x lefteye_y righteye_x righteye_y nose_x nose_y leftmouth_x leftmouth_y rightmouth_x rightmouth_y
000001.jpg 165 184 244 176 196 249 194 271 266 260
what index does the landmark label start from, 0 or 1?
for python, image index start from 0, for matlab index start from 1, so the label start from which index?
I know it is just a pixel, but for landmark localization, it's important.
The text was updated successfully, but these errors were encountered: