ScSR icon indicating copy to clipboard operation
ScSR copied to clipboard

Python implementation of "Single Image Super-Resolution via Sparse Representation" for educational purposes.

Results 3 ScSR issues
Sort by recently updated
recently updated
newest added

When I run `python rescale.py ` It appeared ``` Traceback (most recent call last): File "rescale.py", line 19, in imsave('{}{}'.format(train_lr_path, img_name), new_img, quality=100) File "/home/ros/anaconda3/envs/jetson_nano/lib/python3.7/site-packages/skimage/io/_io.py", line 131, in imsave return...

I think this position may be wrong. why is img_hr? I think it should be the low resolution image. "img_lr_y_feat = extract_lr_feat(img_hr)"