xiaoxingzeng / DF2Net

DF2Net: A Dense-Fine-Finer Network for Detailed 3D Face Reconstruction
122 stars 17 forks source link

Albedo resolution #6

Closed jacksoncsy closed 4 years ago

jacksoncsy commented 4 years ago

Hello Xiaoxing,

Thanks a lot for the amazing work! Regarding the ground truth albedo map, it seems that the SfSNet code to which you referred only provides output of size 128x128, whereas your network input is 512x512... So I wonder, did you retrain SfSNet on larger image, or you just simply upsample the prediction from off-the-shelf SfSNet?

Many thanks, Shiyang

xiaoxingzeng commented 4 years ago

Hi Shiyang thanks for your intrest . To get the ground-truth albedo map, I just simply upsample the prediction from off-the-shelf SfSNet.