image_utility icon indicating copy to clipboard operation
image_utility copied to clipboard

[ask] extracting lips point from iBug-300W dataset?

Open andihaki opened this issue 3 years ago • 2 comments

Hi @yinguobing ,

in this code https://github.com/yinguobing/image_utility/blob/master/extract_face_from_ibug.py

can we extract only some point (not exact 68 point). like I want to take the lips point (facelandmark keypoint) only

andihaki avatar Sep 05 '21 10:09 andihaki

I think so. But you need to know the indices of the lips marks first.

And I would recommend using this repo instead:

https://github.com/yinguobing/facial-landmark-dataset

yinguobing avatar Sep 06 '21 03:09 yinguobing

Thank for replying 👍

as far as I know, from this picture we can the index for lips start from point 49-68 https://ibug.doc.ic.ac.uk/media/uploads/images/annotpics/figure_68_markup.jpg

any idea how I can [ ] extract (get only lips landmark), then [ ] convert the annotation for csv [ ] convert csv to tfrecord [ ] finally can train model for lips detection

IF any suggestion, really appreciate it @yinguobing

andihaki avatar Sep 10 '21 18:09 andihaki