deep-dance / core

GNU General Public License v3.0
2 stars 1 forks source link

Research 3D pose reconstruction from single camera #2

Closed erak closed 3 years ago

erak commented 4 years ago

https://github.com/CMU-Perceptual-Computing-Lab/openpose/

nikozoe commented 4 years ago

Hey, I just found this: https://github.com/una-dinosauria/3d-pose-baseline for 3d reconstruction from 2d data i.e. 1 camera. This seems promising. It's probably also worth to check out the forks that build on it.

nikozoe commented 4 years ago

There also is a scientific paper attached to it which is nice, since that means there is some documentation/explanation attached to it

erak commented 4 years ago

I will look into https://github.com/facebookresearch/VideoPose3D since I got the AMD GPU setup working with PyTorch.

erak commented 4 years ago

Hey, I just found this: https://github.com/una-dinosauria/3d-pose-baseline for 3d reconstruction from 2d data i.e. 1 camera. This seems promising. It's probably also worth to check out the forks that build on it.

@nikozoe Nice, it only requires tensorflow > 1.0, and there is a special build of tensorflow 1.14 for rocm.

erak commented 4 years ago

There is also the service I mentioned the other day: https://getrad.co. It's quite expensive though (taken a monthly payment for the Studio plan https://getrad.co/studio-product/ into account). On the other hand, they would provide FBX files, see #5.

Even on premise execution seem to have limitations on the rendered output.

erak commented 3 years ago

Closing this now, since we now have a working system based on detectron2 and VideoPose3D.