Saafke / EDSR_Tensorflow

TensorFlow implementation of 'Enhanced Deep Residual Networks for Single Image Super-Resolution'.
Apache License 2.0
233 stars 72 forks source link

test_file #4

Open weizhiliang0520 opened 3 years ago

weizhiliang0520 commented 3 years ago

Hi! I'm very glad to read your codes, but I have a problem, that is how to test my test_file after training. as you know, Testing a single image in your code.

Especially these two lines of code, if there is a folder test picture, is it necessary to change?

LR_tensor = graph_def.get_tensor_by_name("IteratorGetNext:0")
HR_tensor = graph_def.get_tensor_by_name("NHWC_output:0")

Thanks!

Saafke commented 3 years ago

I'm afraid I don't understand your question; could you elaborate on what your 'test_file' would be?