3D-pose icon indicating copy to clipboard operation
3D-pose copied to clipboard

How to build this project?

Open zhanghua7099 opened this issue 4 years ago • 1 comments

I try to build this project, but it seems to lack some details.

Does this project support Ubuntu?

How to integrate openpose in this project?

zhanghua7099 avatar May 24 '21 07:05 zhanghua7099

Hi there, The project is specifically targeted for Optitrack cameras which unfortunately only has a windows API, thus the project doesnt support Linux out of the box. You'd need to remove the code specific to this type of camera and introduce your own camera sdk by implementing the camera interface in the code. To integrate openpose you'd need to add the folder in 'model/openpose' into your openpose (1.5) folder in order to be able to process frames in our format.

bsespede avatar May 24 '21 09:05 bsespede