ch10tang / fnm.pytorch

A PyTorch implementation of Unsupervised Face Normalization with Extreme Pose and Expression in the Wild
17 stars 2 forks source link

Can you offer training list and more detail of your model #1

Closed baoqianyue closed 4 years ago

baoqianyue commented 4 years ago

Thanks for you offer this code, I read your code and want to train it,Did you clean the CASIA-WebFace or use all the data in it. Looking forward to your reply

ch10tang commented 4 years ago

You can download the clean version CASIA-WebFace from face.evoLVe.PyTorch.

baoqianyue commented 4 years ago

Thanks, are you using the Multi-PIE as the frontal datasets? And can you offer the profile-list and front-list csv file mentioned in the main.py?

ch10tang commented 4 years ago

The profile-list and front-list contain the image path from CASIA-WebFace and Multi-PIE, respectively, and all the image paths will combine the path in "-data-place". I'll upload these two documents in the near future.