Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I get output_image without target_image? #21

Open
Heidisnaps opened this issue Feb 5, 2018 · 3 comments
Open

Can I get output_image without target_image? #21

Heidisnaps opened this issue Feb 5, 2018 · 3 comments

Comments

@Heidisnaps
Copy link

Hi. I'm Heidi.
Can I get output_image without target_image?

In main.py, the results are:

results = sess.run (save_fetch, feed_dict = {inputs_raw: input_im, targets_raw: target_im, path_LR: path_lr, path_HR: path_hr}

When I do not know targets_raw, can I get ouput image?

@ShiinaMitsuki
Copy link

use inference mode

@amrbenattia
Copy link

@ShiinaMitsuki
inference mode runs, but I don't find the output.
I notice that it written evaluation starts!! but no image is evaluated

Any Idea

@DaniAsh551
Copy link

DaniAsh551 commented Feb 14, 2020

I face the same issue as @amrbenattia
Running with tensorflow==1.2 (cpu)

test script included works fine though.

EDIT:
After some more attempts, it seems like the issue is simply because no jpg format images are detected. This was in my case, your mileage may vary, but I doubt it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants