yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.95k stars 947 forks source link

Do you have python3 version? #49

Open youshenjun opened 6 years ago

youshenjun commented 6 years ago

I want to use it in windows and python3 , do you have this version? very thanks!

yangjf91 commented 6 years ago

@youshenjun I use it in windows and python3, it's OK. You need modify the path of InputDir and OutputDir, and mkdir the object dir in outputdir

youshenjun commented 6 years ago

OK, I run it successfully,thanks a lot.