SfSNet-PyTorch icon indicating copy to clipboard operation
SfSNet-PyTorch copied to clipboard

Question about generate_celeba_synthesize() func in data_loading.py

Open BostonLobster opened this issue 6 years ago • 0 comments

Hi~ In generate_celeba_synthesize from data_loading.py(here), you just applied denorm on predicted_normal, but others are ignored.

Could you explain a little bit about why? I know the input face is in range [0~1], but why does the predicted_normal become [-1~1]?

BostonLobster avatar Aug 27 '19 07:08 BostonLobster