- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to run inference on a model that takes 2 images as input. I am using openvino 2022(c++ interface), can you please suggest on how to properly do it? Or is it even supported currently?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ShashankKumar,
Thanks for reaching out.
It is possible by specifying the inputs directly in the command. Below is the example of Image Classification Async C++ Sample with two image inputs.
Command:
classification_sample_async -i <IMAGE1_PATH> <IMAGE2_PATH> -m <path_to_model>
Output:
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ShashankKumar,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Aznie
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page