HRNet / HRNet-Facial-Landmark-Detection

This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
MIT License
1.05k stars 264 forks source link

train wflw bug reported #65

Closed leijuzi closed 4 years ago

leijuzi commented 4 years ago

in wflw.py img = img.transpose([2, 0, 1]) should be img = img.transpose(2, 0, 1) , the first one could rotate the img then you cant get a good reault