jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

please help me #29

Closed CSlearn closed 5 years ago

CSlearn commented 6 years ago

File "E:\pycharm\mnist_tensorboard_test1\venv\Scripts\data.py", line 70, in get_test_set get_image(imgs[1], original_size) IndexError: list index out of range

MollyDai commented 6 years ago

I have the same problem, and I cut my picture to a square, it works

xiaojuan123 commented 5 years ago

在data.py中相应两行换成coords = [ (q,r) for q in range(int(coords_x)) for r in range(int(coords_y)) ]

window = [x for x in range(int(counter*batch_size),int((counter+1)*batch_size))]