Skip to content

three images for tf.session->run #18

Open
@powderluv

Description

@powderluv

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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions