BasicSR
BasicSR copied to clipboard
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also sup...
Here full error ``` [/content/roop/roop/processors/frame/face_enhancer.py](https://localhost:8080/#) in 2 import cv2 3 import threading ----> 4 from gfpgan.utils import GFPGANer 5 6 import roop.globals [/usr/local/lib/python3.12/dist-packages/gfpgan/__init__.py](https://localhost:8080/#) in 1 # flake8: noqa ----> 2...
File "/content/roop/run.py", line 3, in from roop import core File "/content/roop/roop/core.py", line 20, in import roop.ui as ui File "/content/roop/roop/ui.py", line 4, in import customtkinter as ctk ModuleNotFoundError: No module...
The image I generated is a bit smaller than the input image, causing some parts to be cropped. Why didn't I pre-process and scale it before testing?