Closed GeorvityLabs closed 2 years ago
I want to run inference on all files in a folder , not one file at a time manually.
@xinntao hope you can have a look at this. I'm using the anime video colab notebook.
@GeorvityLabs Script is made to input one video file. Video gets extracted into frames then upscaled and finally rendered back to video. Also if you run it on colab you might run out of storage space when upscaling multiple videos.
when running
!python inference_realesrgan_video.py --input upload -n RealESRGANv2-animevideo-xsx2 -s 4 -v -a --half --suffix outx2
I'm getting :I'm unable to run the inference on the videos inside the upload folder one after the other.
Hope someone can help fix this issue.