Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

OpenVINO Error: Demo supports topologies only with 2 outputs

tsmith
Beginner
552 Views

I am having an issue running the human pose estimation 0001 demo with OpenVINO. I have everything set up, and when I try to actually run the .exe (cpp), an error occurs. 

[ INFO ] Batch size is forced to 1.
[ ERROR ] Demo supports topologies only with 2 outputs

 

Here is a screenshot of the window, I am using Anaconda Prompt.error1.PNG

 

error2.PNG

 I tried once with a specified output and then without to see if the problem had anything to do with that (it doesn't). Help would be very much appreciated.

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
518 Views

@tsmith As you may noticed, there are number of different human pose estimation models available in Open Model Zoo. Even though models solve similar task (estimation of human pose) they have different implementation, different architecture/topology (as you may see from reading models descriptions).

Intel pre-trained models:

Public pre-trained models:

 

Because of this (sometime significant) difference we have several demo applications, which support particular models:

So, for 3D human pose estimation model there is a dedicated demo, other human pose estimation models supported in separate C++/Python demos.

Note, each Open Model Zoo demo contains models.lst file, which lists models, supported by the demo. This .LST file also could be used as a parameter for model downloader (and if necessary for model converter). 

Regards,
  Vladimir

Wan_Intel
Moderator
461 Views

Hi Taber Smith,


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,

Wan



0 Kudos
Reply