digital-standard / ThreeDPoseUnityBarracuda

Unity sample of 3D pose estimation using Barracuda
1.43k stars 275 forks source link

Can this extract 3D videos separately? #5

Open Lebenslang opened 4 years ago

Lebenslang commented 4 years ago

If I only need the generated 3D animation, how can I separate it?

rustemski commented 4 years ago

Lebenslang, can you help me with step by step(if its possible) to include this project in my unity... Would be nice..

Also to projectants, my best wishes

h-nakae commented 4 years ago

Hi Lebeslang,

I recommend two assets for your purpose. EasyMotionRecorder(https://github.com/sh-akira/EasyMotionRecorder) or Unity Recorder which is unity standard asset. The following article would help you to understand how to use this although it is in Japanese. https://www.hanachiru-blog.com/entry/2020/02/19/120000 The article introduce how to set up ThreeDPoseUnityBarracuda and generate 3D animation.

Hopefully it works for you. Thanks.

h-nakae commented 4 years ago

Hi rustemski, Possively this artcle(https://www.hanachiru-blog.com/entry/2020/02/19/120000) may work for you too.