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
31.27k stars 7.87k forks source link

How to use other camera in openpose with 3d reconstruction? #1950

Open zhanghua7099 opened 3 years ago

zhanghua7099 commented 3 years ago

I try to follow this method to change the default camera filr:

https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/advanced/3d_reconstruction_module.md#using-a-different-camera-brand

But this seems too difficult for me to change another camera.

Does this method mean that I can use 3d reconstruction by changing the file examples/tutorial_api_cpp/14_synchronous_custom_input.cpp?

In quick start parts, the running method of 3d reconstruction is:

./build/examples/openpose/openpose.bin --flir_camera --3d --number_people_max 1

It is quiet different from the provided method: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/advanced/3d_reconstruction_module.md#using-a-different-camera-brand

I really need your help! Can you give more details about 3d reconstruction?

hadi1376tm commented 3 years ago

I try to follow this method to change the default camera filr:

https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/advanced/3d_reconstruction_module.md#using-a-different-camera-brand

But this seems too difficult for me to change another camera.

Does this method mean that I can use 3d reconstruction by changing the file examples/tutorial_api_cpp/14_synchronous_custom_input.cpp?

In quick start parts, the running method of 3d reconstruction is:

./build/examples/openpose/openpose.bin --flir_camera --3d --number_people_max 1

It is quiet different from the provided method: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/advanced/3d_reconstruction_module.md#using-a-different-camera-brand

I really need your help! Can you give more details about 3d reconstruction?

Hi, i have the same issue, did you find what you where looking for?

hadi1376tm commented 3 years ago

i found out where to paste my custom file, mentioned here ,but yet i don't know exact changes that i should make to set my camera parameters.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.