yinguobing / facial-landmark-detection-hrnet

A TensorFlow implementation of HRNet for facial landmark detection.
GNU General Public License v3.0
156 stars 40 forks source link

how come can use tfrecord by face-mesh-generator? #21

Open john09282922 opened 1 year ago

john09282922 commented 1 year ago

Hi, I finished wflw dataset using face-mesh-generator in colab environment. I just got tfrecord and what is that? How can I use it for training on hrnet? do I have to save heatmapped image indivisually like figs??

when I check train.py file, train dir path is wflw_cropped folder. how can I access crop? that means need to use face detector?

lingleong981130 commented 1 year ago

HI, may I know how you get the wflw_cropped folder?