RestoreFormerPlusPlus
RestoreFormerPlusPlus copied to clipboard
[TPAMI2023] RestoreFormer++
Can you release the training weight of ROHQD? And what is the epoch of training, the training epoch is not seen in the code and the paper, and the code...
Model: Both pretrained models used for training and the trained model of our RestoreFormer and RestoreFormer++ can be attained from [Google Driver](https://connecthkuhk-my.sharepoint.com/:f:/g/personal/wzhoux_connect_hku_hk/EkZhGsLBtONKsLlWRmf6g7AB_VOA_6XAKmYUXLGKuNBsHQ?e=ic2LPl). Link these models to ./experiments. Can't download pre-trained...
When the version of Basicsr is 1.4.2, "ModuleNotFoundError: No module named 'basicsr.losses.losses'" When the version of Basicsr is 1.3.5, "RestoreFormer/modules/losses/vqperceptual.py", line 60. TypeError: '>' not supported between instances of 'ListConfig'...
As a windows user, I have difficulty running the .sh script. Can anyone help me with the anaconda virtual environment?
In the image degradation process, we use a mask map M. I want to know how this mask is generated, the code needs to directly provide the path of the...
Hello, can you release the pretrained models in ONNX format? Thanks.
Hello, may I ask if the base line result graphs in your paper are the result graphs obtained after training that model or the result graphs obtained through inference? Thank...
Hi, thanks for your remarkable work. I've several questions as follows: 1. How many epochs was the RestoreFormer++ model trained? 2. How long does it take to train the RestoreFormer++...
hi, thanks for your awesome work! I try the online demo, the results are awesome. Then i download the code and run the inference pipeline with the default model ('https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth'),...