facial-landmark-detection-hrnet icon indicating copy to clipboard operation
facial-landmark-detection-hrnet copied to clipboard

image_size

Open luoww1992 opened this issue 4 years ago • 1 comments

i have see your work, it is beautiful ! i have do all works before training, and i have see the HRNet lib for face landmark, it seem to have different size in input and output for images at current work ?

luoww1992 avatar Oct 16 '20 07:10 luoww1992

Hi, @luoww1992

The current model's input size is [batch_size, 256, 256, 3], and the output is a group of heatmaps, not images, which means they do not need to be same in size.

This is a TensorFlow implementation for HRNet, please refer to the papar for more model details.

yinguobing avatar Oct 16 '20 07:10 yinguobing