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

three images for tf.session->run #18

Open
powderluv opened this issue Nov 15, 2017 · 0 comments
Open

three images for tf.session->run #18

powderluv opened this issue Nov 15, 2017 · 0 comments

Comments

@powderluv
Copy link

Do you know why we send in three images as the input ?

out_tensors->push_back(resized_tensor);
out_tensors->push_back(image_tensors_org);
out_tensors->push_back(image_tensors_org4);

Seems like we send tensors of shape:
image_tensors[0]: Tensor<type: float shape: [1,224,224,3]
image_tensors[1]: Tensor<type: uint8 shape: [1,900,1352,3]
image_tensors[2]: Tensor<type: uint8 shape: [1,900,1352,4]

though according to summarize_graph
Found 1 possible inputs: (name=image_tensor, type=uint8(4), shape=[1,?,?,3])

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

1 participant