CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.84k stars 7.83k forks source link

Is it possible to save 3D display of gui #2047

Open gokcergun opened 2 years ago

gokcergun commented 2 years ago

Hi,

I am using OpenPose 3d reconstruction modul with recorded videos (not real-time). I am able to see 3D poses from Gui but couldn't find a way to save the 3D displays as output. Is there a way to do it?

Thanks for help

ravijo commented 2 years ago

@gokcergun

What file format do you look for, when you say "save 3D display of GUI"?

If it is simple images or video, I suggest you to use screen recorder software to record and save the whole window.

gokcergun commented 2 years ago

Thanks for your answer. Yes, it can be simple images or video. I tried also --write_video_3d flag but I couldn't succeed. I guess the reason is that I am using recorded frames instead of a real-time video.

ravijo commented 2 years ago

I am not sure how --write_video_3d flag is implemented.

How about using an external screen recorder program, if that fits your need? For example, I use SimpleScreenRecorder in Ubuntu to record programs and save as a video file.

gokcergun commented 2 years ago

Thank you! I will try it.