- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've been facing some issues while trying to run the 3d human pose estimation python demo
- downloader.py downloads human-pose-estimation-3d-0001.pth (it is not a .pb, .caffemodel, .params, .onnx, or .nnet), How do you use mo.py with this type of file? What I did is to use the converter.py --list which gave me a .onnx and then a IR model. I don't know if this is the right way.
- What is the right way to build the python native module extensions ? I tried build_demos.sh -DENABLE_PYTHON=on with no sucess
- Do I need to build the pose_extractor module separately?
Sorry for the long questioning,
Ukhu
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ukhu,
- From downloader.py you get a pytorch model and to convert that model to IR, kindly follow this thread.
- To build the Native Python Extension module and to use pose_extractor demo, kindly follow this thread.
Best Regards,
Surya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot Surya.
I'm buidling this demos on a docker image, maybe it could be better to add python3-dev as a requirement for building the Native Extension module.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ukhu,
Thanks for letting us know that you were able to solve the issue.
Regards,
Surya

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