Super-resolution application to bing daily and NG photo-of-the-day based on ESRGAN
Since bing daily is of size 1920x1200. Use super-resolution GAN to generate 3840x2400 images to meet 4K Display.
See 2020-03-07's Bing daily detail comparison.
Currently I only uploaded x2 model.
- PyTorch
- Onnx runtime (optional)
- TensorRT (optional)
- MMSR
- opencv-python
- Git clone this project.
- git submodule update --init --recursive
- Download latest x2 model (链接:https://pan.baidu.com/s/1eENxuBYsGTB8nTBbfaHX4w 提取码:o73z ) and put it in ./models
- Remember to modify python/config.yml to set library path
- python main.py to fetch today's Bing Daily
- (Optional) Set this as a scheduled task to set it as wallpaper everyday.
It needs ~5 mins to run on CPU while 2 secs on GPU. (It's quite heavy.)