xinntao / Real-ESRGAN

Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
BSD 3-Clause "New" or "Revised" License
28.36k stars 3.57k forks source link

Idea for video and image optimization #61

Closed myname1111 closed 2 years ago

myname1111 commented 3 years ago

Lets start with images. basically if we have two section that are more or less similar, it would be a waste to enhance this section when a similar section has been enhanced, so we could instead edit a similar section. for videos it's more or less the same but with time instead of x and y.

xinntao commented 3 years ago

Thanks for your suggestion:-) It is an intuition to decrease the processing time for video. We are also developing video algorithms 😄

medram commented 3 years ago

That's really great :D

78Alpha commented 3 years ago

I believe https://github.com/AaronFeng753/Waifu2x-Extension-GUI Has implemented something like that for everything they support, REAL-ESRGAN included

brunoais commented 3 years ago

I believe https://github.com/AaronFeng753/Waifu2x-Extension-GUI Has implemented something like that for everything they support, REAL-ESRGAN included

However, they don't support linux. I can't run it properly