Open JingyunLiang opened 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.,
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'.
args.ext = bin
srdata.py
AttributeError: 'DIV2K' object has no attribute 'images_hr'
Implementation is available in RCAN's original github project.
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
insrdata.py
is lost, causing errors likeAttributeError: 'DIV2K' object has no attribute 'images_hr'
.Implementation is available in RCAN's original github project.