jmiller656 / EDSR-Tensorflow

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

test time is too high #31

Open weiyuxingchen opened 5 years ago

weiyuxingchen commented 5 years ago

When testing, if you change the size of the input image, the test time on the GPU will be very long, without changing the size of the image, the second start time will be normal; this problem was not found on the CPU; is this a problem for tensorflow?

jmiller656 commented 5 years ago

The size of the image will affect the time it takes to run super resolution. This is because we use a windowed approach to resize parts of the image at a time, and then stitch it back together