Pytorch implementation of video upscaling using Real-ESRGAN.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,6 +10,7 @@ __pycache__/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
.venv*/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
@@ -37,7 +38,6 @@ dist/
|
||||
frames_in/
|
||||
frames_out/
|
||||
/tmp/
|
||||
|
||||
# Video and media artifacts
|
||||
*.mp4
|
||||
*.mkv
|
||||
|
||||
Reference in New Issue
Block a user