CFSM
CFSM copied to clipboard
Controllable and Guided Face Synthesis for Unconstrained Face Recognition (ECCV 2022)
Something wrong in your code? ` File "/u02/thanhtm/tmp/CFSM/GuidedFaceRecognition/losses.py", line 91, in forward m_arc.scatter_(1, label[index, None], 1.0) RuntimeError: Index tensor must have the same number of dimensions as self tensor `
Thank you for the great work. I noticed that the training code of CFSM is failing with the input size 112 with the following error: `ValueError: Expected more than 1...
When i use the following testing-generation script i am facing that issue. import torch from PIL import Image import os import torchvision.transforms as transforms from synthesis_network import Generator # Import...