Closed Ultramonte closed 2 years ago
That is too little information. You probably imply that you ran out of vram and did not have the recources for the config you tried. I would suggest you start looking into mlrt which is mentioned in the readme, don't do high resolutions in the trtexec command, and then apply tiling in inference.py.
Closing due to inactivity.
Hello,
I'm trying to upscale MKV files of full episodes with ESRGAN. I tried using vspipe -c y4m inference.py - | ffmpeg -i pipe: example.mkv, and it seems to run up to the point where it starts to give an ETA. Once there the time doesn't move and eventually, it says it was killed.
Can you give me some tips on how to make this work better? I'm not familiar with most of the tools I've been given.