Open luoww1992 opened 4 years ago
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.
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 ?