Humayun Irshad
Humayun Irshad
any way to run this code on Mac or Ubuntu machine? Can I run this code on EC2 (window) ?
Image is low quality, even though if we crop the face area and downsample it with cv2.resize, its image quality is slightly better than this method. But still there is...
In case of different training dataset (which have different number of classes), you can only load model, you can not load optimizer and head. Modify your load function accordingly.
@ANDRESHZ Yes, I did fine tune the model with our dataset (Synthetic Faces with custom Dataset) and got slightly better results. That is 4 years ago I did this with...
If you already have a trained model that covers all the cases you need, there is no need for additional training. Training a model becomes necessary only when the existing...
I tried but it didn't fixed same error for me. Below is my screen shot: 
Yes, I did uninstall it from Conda and PIP.
It is working with Python 2.* on Ubuntu machine. pip install OpenEXR
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...