AnimeSR icon indicating copy to clipboard operation
AnimeSR copied to clipboard

Codes for "AnimeSR: Learning Real-World Super-Resolution Models for Animation Videos"

Results 10 AnimeSR issues
Sort by recently updated
recently updated
newest added

Hello, I have read your work and was deeply inspired by it, really great work! Would you please release the code & dataset sooner in the feature? Thanks a lot!

Hello, [MSU Graphics & Media Lab Video Group](https://videoprocessing.ai/) has recently launched two new Super-Resolution Benchmarks. * [Video Upscalers Benchmark: Quality Enhancement](https://videoprocessing.ai/benchmarks/video-upscalers.html) determines the best upscaling methods for increasing video resolution...

The multiprocessing function of the code does not initiate unless there is an Nvidia graphics card available. rerouting to CPU it looks like there isn't an algorithm for the CPU....

Hello, I followed your codes, but got error randomly in `animesr.data.ffmpeg_anime_dataset.FFMPEGAnimeDataset.add_ffmpeg_conpression`. I may get "[h264 @ 0x1d1df20] decode_slice_header error" in terminal, when the program runs to "ffmpeg_video2img.stdin.close()". In this case,...

Hello! Thanks for your great contribution to the Anime restoration domain. AnimeSR is a very interesting paper and the performance is really good. I wonder if there is any weight...

Hi Guys, it's me again, i really started liking your project and was questioning myself if you guys want to keep working/updating it for the future since i have not...

I'm looking for good approaches in super video resolution, and I found out your proposal quite interesting. I think that the way you train your model to learn a degration...

"If you are looking for portable executable files, you can try our realesr-animevideov3 model which shares the similar technology with AnimeSR." Could you release the training config of realesr-animevideov3. I'm...

Hi, In your paper, you mention that you fine-tuned BSRGAN, Real-ESRGAN, and RealBasicVSR with your dataset and shared the visual results of these fine-tuned models. Do you plan to share...

Currently, the code seems to only support *.png as input. And when I use other types as input, I get an error like "IndexError: list index out of range". Here...