To develop a prototype of a video conversion process that can convert SD videos to HD videos using diffusion (image to image, Inpainting) type models, while preserving the context of the video and being efficient.
Model Download Link : Google Drive and upload in the correct folder.
git clone https://github.com/SaibalPatraDS/SD-video-to-HD-video-convertor
or
git clone https://github.com/xinntao/ESRGAN
cd ESRGAN
Next Step, Make sure to change the `input_video_path` and `output_video_path` as per convenience in sample_file.py
Finally Run, python sample_file.py
file.