Closed xuedue closed 3 years ago
Hi, can you run demo.py successfully? Please try modifying demo.py, which is used to predict landmarks for a given image. If the test image is already cropped, you can remove the codes related to face detection (line 80 to 101) and remove the for loop. Make sure the image is resized to 256.
Hello, author, thanks for your sharing.
Can this network used to test CelebA-HQ-img? I want found a network to calculate landmark loss in CelebA-HQ-img, but after I seen your code, I don't konw how to test in CelebA-HQ-img.