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 265 forks source link

Use scikit-image for imresize and imrotate #86

Open TimSC opened 2 years ago

TimSC commented 2 years ago

Scikit has removed imresize and imrotate. Use scikit-image instead if the version of scikit doesn't have them.