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

[40 FPS] Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python

Hyodo__Katsuya
Innovator
865 Views

I implemented Pose estimation using OpenVINO and NCS2.

Someone may already have implemented it, but it would be nice if it helped a lot of engineers.

- Ubuntu 16.04 x86_64

- OpenVINO 2019 R1.0.1

- Tensorflow v1.12.0 + Tensorflow Lite

- USB Camera

- NCS2

- Python 3.5

https://github.com/PINTO0309/MobileNetV2-PoseEstimation.git

0 Kudos
3 Replies
Sahira_Intel
Moderator
865 Views

Hi Katsuya,

Thanks so much for sharing! 

Best Regards,

Sahira 

0 Kudos
gupta__himant
Beginner
865 Views

Hello,

Thanks. I have managed to use it. 

I would like to have the followin scenario and not sure if feasible with Openvino to run two different inferences.

I have Yolov3 model implemented. And only in specific case, i want to use the second model pose estimation .

Is it feasible in openvino to run two different models?

0 Kudos
Hyodo__Katsuya
Innovator
865 Views

It is not possible to load two models into NCS2 at the same time. You must use two NCS2s or infer in two stages.

0 Kudos
Reply