lmb-freiburg / FreiPose-docker

FreiPose: A Deep Learning Framework for Precise Animal Motion Capture in 3D Spaces
GNU Lesser General Public License v3.0
18 stars 4 forks source link

Tutorial for visualizing keypoints/skeleton in 3D #6

Open rmutegeki opened 2 years ago

rmutegeki commented 2 years ago

I have trouble being able to visualize the 3D rendering of the generated keypoints and motion of the rat like in this clip [https://raw.githubusercontent.com/lmb-freiburg/FreiPose-docker/master/examples/teaser_mouse.webp](teaaser mouse)

I appreciate your time image

dukezacks commented 2 years ago

Hello, i have the same problem the is there any one who has solved the issue? @arturoptophys @zimmerm please if there is a way you can explain to us how you did we will appreciate thank you for the time.

arturoptophys commented 2 years ago

Hi all,

those are some old visualization.. will take a look if i can find any examples. But any 3D library such as simple-3dviz or blender would work. One can just visualize individual keypoints (as they are 3D coordinates) as spheres and connect them via lines. The library provides the tools for animation/rendering.

Hope it helps, Artur

dukezacks commented 1 year ago

Thank you for the reply By the way when you were doing 2D did you use same camera and how many cameras did you use so as can help you to get 3D?