SfSNet-PyTorch
SfSNet-PyTorch copied to clipboard
Implementation of SfSNet: Learning Shape, Reflectance and Illuminance of Faces in the Wild
Hi there! I was trying to run your implementation, but it seems there is a dependency missing on my side, specifically the SfSNet from line 22 of _main_mix_training.py_ `from sfs_net_model...
Hello, I have tried to run your pretrained model but it seems that it produce a poor albedo result which in the end make the reconstruction also bad. Do you...
Hi~ In generate_celeba_synthesize from `data_loading.py`([here](https://github.com/bhushan23/SfSNet-PyTorch/blob/68c09fd4224bd08398e2e5721a810296ae38316c/data_loading.py#L213)), 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...
Hi! Thanks very much for releasing your code. But I have one more question: could you release your whole training dataset of CelebA? I saw it in `generate_dataset_csv.py`, in which...
Thanks for your great work!