You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./build/examples/openpose/openpose.bin --render_pose 0 --display 0 --write_json output2/
- It generates json, but cant see the GUI. Any way ?
./build/examples/openpose/openpose.bin --flir_camera --3d --number_people_max 1
- Steps for 3-D ?
OpenPose CMake must be compiled with the USE_FLIR_CAMERA flag in order to use the
FLIR camera.
The text was updated successfully, but these errors were encountered:
Here's how I run my container to get the display to output properly. (Note: I'm elevating the privileges of the container to have access to the host, so be aware of the security implications that has.)
./build/examples/openpose/openpose.bin --render_pose 0 --display 0 --write_json output2/
- It generates json, but cant see the GUI. Any way ?
./build/examples/openpose/openpose.bin --flir_camera --3d --number_people_max 1
- Steps for 3-D ?
OpenPose CMake must be compiled with the
USE_FLIR_CAMERA
flag in order to use theFLIR camera.
The text was updated successfully, but these errors were encountered: