Pytorch implementation of video upscaling using Real-ESRGAN.

This commit is contained in:
2026-02-28 12:25:57 +01:00
parent 72fe4e04d0
commit 0420add695
6 changed files with 342 additions and 94 deletions

View File

@@ -1 +1,5 @@
tqdm>=4.66.0
numpy>=1.24
opencv-python>=4.8
realesrgan>=0.3.0
basicsr>=1.4.2