microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.18k stars 442 forks source link

typo in data_loader.py #110

Closed alexander-malafeev closed 3 years ago

alexander-malafeev commented 3 years ago

There is a typo in the function name in the line 33 in data_loader.py "os.makdirs(os.path.join(dataset,'lm_bin'))" should be os.makedirs instead

YuDeng commented 3 years ago

Hi, thanks for pointing out the typo. It has been fixed now.