Open zhanghua7099 opened 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?
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.
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.
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?