- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can only get the input and output names by executing “python3 summarize_graph.py --input_model $tf_model”, and I want to get more detailed information about the output.
In addition,I want to get the input output of the following emotion recognition
Inputs
name: "input" , shape: [1x3x64x64] - An input image in [1xCxHxW] format. Expected color order is BGR.
Outputs
name: "prob", shape: [1, 5, 1, 1] - Softmax output across five emotions ('neutral', 'happy', 'sad', 'surprise', 'anger').
I would be grateful if you could give me good advice!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to get the output format of the output, for example the output of the classification is a vector,How to get information about this vector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear haiqing, zhang,
What model are you interested in getting the input and output format for ? Within OpenVino, all our samples show how to do that at run-time. You can also find the dimensions of input and output in the generated IR.
If you need further help, please post here.
Thanks,
Shubha

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page