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

i want to generate a colorized shoe image using generator. what is the input node name to generator and output node name and their dimensions? #194

Open
abhi96624 opened this issue Apr 20, 2020 · 3 comments

Comments

@abhi96624
Copy link

No description provided.

@junyanz
Copy link
Collaborator

junyanz commented Apr 20, 2020

For Lua code, please refer to model testing in our Getting Started. You need to put your images in a directory. This is the line for model inference.

@abhi96624
Copy link
Author

abhi96624 commented Apr 20, 2020

thnx @junyanz for such a fast reply :) , actually i was referring to the tensorflow port of this model by https://github.com/affinelayer/pix2pix-tensorflow, i converted the above to pb file using output node as (deprocess_2/truediv - i am not sure if its correct output node) , when i inspected the model using tensorboard the generator(encoder and decoder layer looks good) but generator input node is a 'batch'(which itself contain 2 nodes batch/fifoqueueand batch/n) none of them is a placeholder and fifoqueue dimension is a list.
so i dont know how to infer (that is feed an input image into generator and get output image)
I am struck now , may be you can help :)

Thanks again for your help :)

I used the pretrained model - Edge2shoe
https://github.com/affinelayer/pix2pix-tensorflow

@junyanz
Copy link
Collaborator

junyanz commented Apr 21, 2020

I see. Sorry that I am not familiar with the TensorFlow repo. Maybe you can post it on that repo.

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

2 participants