sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.44k stars 671 forks source link

No implementation for the situation of `args.ext = bin` #221

Open JingyunLiang opened 5 years ago

JingyunLiang commented 5 years ago

In your Readme.md, there is a tip like If you have enough RAM (>= 32GB), you can use --ext bin argument to pack all DIV2K images in one binary file.,

but the implementation for args.ext = bin in srdata.py is lost, causing errors like AttributeError: 'DIV2K' object has no attribute 'images_hr'.

Implementation is available in RCAN's original github project.