stevenjj / openpose_ros

A ros wrapper for the CMU openpose library
60 stars 25 forks source link

skeleton_extract_3d planned work #3

Closed MiguelARD closed 7 years ago

MiguelARD commented 7 years ago

I had a look at the skeleton_extract_3d_node and its planned work and it looks amazing. I am very interested in your work and it would be incredible to have that node working. Are you planning to release the node completed soon?

Thanks in advanced.

stevenjj commented 7 years ago

I'm currently busy with another part of my project, so I won't have time to fully complete the node. Some functionality may be present, but I don't think it will meet your needs.

But, you are free to work on it and make a pull request to share your contributions. :)

MiguelARD commented 7 years ago

I am a newbie and I am not sure if I will be able but I will try to complete it and if I succed I will make the pull request ;) .

Harsharma2308 commented 5 years ago

Hi, Is this thing done? It would be really hepful to me if this is done.

stevenjj commented 5 years ago

Hey @Harsharma2308 . It's been done by @MiguelARD with this pull request https://github.com/stevenjj/openpose_ros/pull/4 The code right now has that implementation.

However, the current implementation outputs the 3d locations at a few Hz. I haven't found the time to improve the speed.

Harsharma2308 commented 5 years ago

Thanks