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.
6405 Discussions

Error - Human Pose Estimation Demo getting error when using rtsp url. Opencv

balasundaram
Beginner
645 Views

[ INFO ] Initializing Inference Engine...
[ INFO ] Loading network...
[ INFO ] Reading network from IR...
[ INFO ] Reshape net to {'data': [1, 3, 256, 456]}
[ INFO ] Loading network to MYRIAD plugin...
[ INFO ] Starting inference...
To close the application, press 'CTRL+C' here or switch to the output window and press ESC key
Latency: 489.6 ms
FPS: 9.8

[h264 @ 0000021308adf040] cabac decode of qscale diff failed at 45 57
[h264 @ 0000021308adf040] error while decoding MB 45 57, bytestream 1231

0 Kudos
2 Replies
Wan_Intel
Moderator
610 Views

Hi Balasundaram,

Thank you for reaching out to us.


Which version of OpenVINO™ Toolkit and input model are you using for Human Pose Estimation Python* Demo?


For your information, I have validated human_pose_estimation_demo.py with RTSP as input and human-pose-estimation-0001 as input model using OpenVINO 2021.4 on Windows 10.


You can use the following command to do inference with pre-trained human pose estimation model:

python human_pose_estimation.py -d <device> -i <input> -m <path_to_model>\human-pose-estimation-0001.xml -at openpose


Regarding your error, you may have a look at this discussion:

https://stackoverflow.com/questions/50063707/ffmpeg-rtsp-error-while-decoding-mb


Hope this helps.



Regards,

Wan


0 Kudos
Wan_Intel
Moderator
580 Views

Hi Balasundaram,


This thread will no longer be monitored since we have provided suggestions. 

If you need any additional information from Intel, please submit a new question.



Regards,

Wan


0 Kudos
Reply