Humayun Irshad
Humayun Irshad
Dear, insightface used multiple dataset like faces_emore or MS1M_Celab etc to training and validation accuracy. Can you explicitly mentioned that which dataset you tried and what are final loss and...
Dear TreB1eN, Thank you for sharing the code. I am trying to retrain (fine tune) previously trained model on different training set. Number of classes (identities) is different in new...
0 I am using Facexlib library to detect, crop (warpalign) and resize (512x512) the faces from photographic images (high resolutions 4K or above). In some cases, the output images are...
I am using Facexlib library to detect, crop (warpalign) and resize (512x512) the faces from photographic images (high resolutions 4K or above). In some cases, the output images are low...
I am trying to convert GFPGANv1 model from pth to onnx format, but I got error. here is code: for conversion: ``` import cv2 from basicsr.utils import img2tensor from torchvision.transforms.functional...