Open
Description
Hi,
I tried testing your pretrained Model_G provided here. I tested a sample image that comes in the ./matlab/FaceCompletion_testing/TestImages/ folder with your pretrained model using the ./matlab/FaceCompletion_testing/demo_face128.m file. However, the completion results looks bad. It just seems like a brown plain color and no face completion.
Also, in the demo_face128.m file, there seemed to have been a bug where line 63 was scores = scores{1} which was a 64x64x32 tensor. I changed it to scores = scores{5} which infact was a 128x128x3 sized tensor. Can you tell me what's going wrong here. Thanks.
Metadata
Assignees
Labels
No labels
Activity