- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The frozen graph model used is attached and when I try to summarize the graph, I could see 2 inputs (summary_graph.png). When I try to use the modeloptimizer to create IR it is failing(ir_convert_error.png). The command I used to convert the FaceNet model to IR is as follows.
python3 modeloptimizer/scripts/model_optimizer.py \
--input_model=/home/saif/Downloads/20170511-185253.pb \
--input=input:0 \
--output=embeddings \
--data_type=float
--input_shape 1,160,60,3 \
--model_name InceptionV1
Need help in understanding the reason of this and also what necessary changes needs to be done for correct conversion to IR
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just wanted to let you know that improvements for Facenet have been added which will be available in the next release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jeffrey, Thank you very much for following up on this. I am currently on OpenVINO 2018.2.319. I will try again to generate the Intermediate Representation with Model Optimizer.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page