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.

.so for Human pose estimation C++ code

Sandhiya_S_Intel
Employee
630 Views

Is there a way in which we can use the output from human pose estimation C++ code - 2019.R1 to a Python code. I need to do something like creating a wrapper for the CPP files and import the .so file.

 

Thanks in advance.

 

Regards,

Sandhiya

0 Kudos
1 Reply
SIRIGIRI_V_Intel
Employee
630 Views

Hi Sandhiya,

You can use Single Human Pose Estimation Python Demo which is available in the latest version of OpenVINO(2020.1)

Also, It would be possible to create wrapper for CPP files with some changes in code. You can refer Human Pose Estimation 3d Demo where the module(pose extractor) is written in C++ and it is imported as .so files in the python application.

Feel free to ask any other questions.

Regards,

Ram prasad

0 Kudos
Reply