We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you know why we send in three images as the input ?
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])
The text was updated successfully, but these errors were encountered: