FunkyKoki / Look_At_Boundary_PyTorch

A PyTorch re-implement of CVPR 2018 LAB(Look At Bounday) --Champagne Jin
9 stars 1 forks source link

Some problems about dataloader #7

Open cydiachen opened 5 years ago

cydiachen commented 5 years ago

Thank you for you code. I am now modify your data loader to migrate the boundary clue into our project. Would you mind telling me the meaning of chin, leb,reb,bon.breath and so on? Some name is difficult for us to understand. Thx a lot

cydiachen commented 5 years ago

I tried to define all the boundary by this rule, 'face_boundary','left_eye_bow','right_eye_bow','nose_bridge','nose_under','left_upper_eye','left_lower_eye','right_upper_eye','right_lower_eye','up_mouth_up_part','up_mouth_low_part','low_mouth_up_part','low_mouth_low_part' Are these right annotation for datasets

FunkyKoki commented 5 years ago

chin--face_boundary leb--left_eye_bow reb--right_eye_bow bon--nose_bridge breath--nose_under ... I use the first word to simplify the representation.

cydiachen commented 5 years ago

chin--face_boundary leb--left_eye_bow reb--right_eye_bow bon--nose_bridge breath--nose_under ... I use the first word to simplify the representation.

THX,another small question. how can we get 'lo_eye_corner_index_x' , Since the original dataset annotation has only 96 cordinate, how can we get the right index number.