frontalization icon indicating copy to clipboard operation
frontalization copied to clipboard

Pytorch deep learning face frontalization model

Results 11 frontalization issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your work. I would like to test your work on my data, but I don't have your pretrained model. Can you share it?

Hello, I wanted to know why we require the frontal images to be in the testing dataset. The GAN model should generate the frontal image without it, right? Thank you.

Hello everyone, I am a beginner who just started using DALI. First of all, I would like to thank the authors for this perfect job. I am debugging this network....

Hello, From where I can download the dataset?

hello, i want to run your code ,but i got a wrong result . i guess it was due to the dataset .Is subfolder meas "profile " in your code...

Traceback (most recent call last): File "test.py", line 32, in frontalize(saved_model, datapath, 3) File "test.py", line 16, in frontalize test_pipe = ImagePipeline(datapath, image_size=128, random_shuffle=False, batch_size=mtest) File "/home/hanchao/Wu/frontalization/data.py", line 108, in...

Can you add some simplified instructions to the Readme? No training but just to test the currently uploaded model on my own set of profile face images. Thanks.

I occured the below error when I load model. >AttributeError: 'Conv2d' object has no attribute 'padding_mode' I think the version of pytorch is dismatch. Could I know the version of...

ModuleNotFoundError: No module named 'nvidia' Hello im getting this error on data.py can u please resolve this issue