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
OpenPoseDemo.exe --3d --camera_parameter_path "camera calibration path" --video "path video 1" "path video 2" --number_people_max 1
Errors (if any)
Error:
OpenPose CMake must be compiled with the USE_3D_RENDERER flag in order to use the 3-D visualization renderer. Alternatively, set 2-D rendering with --display 2.
looking into CMakeCache.txt., 3D Flags are on:
//Enable 3D Renderer
USE_3D_RENDERER:BOOL=ON
Type of Issue
Compilation/installation error
Execution error
Your System Configuration
OpenPose version: v1.7.0
General configuration:
Installation mode: CMake and Windows cmd reproducable
Operating system Win 11
Release or Debug mode? Release
Compiler VS2017 community,
Non-default settings:
3-D Reconstruction module added? Yes, with FreeGLUT
3rd-party software:
Caffe version: Default from OpenPose,
CMake version 3.30.2
OpenCV version: OpenPose default (only Windows)
If GPU mode issue:
CUDA version (cat /usr/local/cuda/version.txt in most cases): 12.6
GPU model (nvidia-smi in Ubuntu):
If Windows system:
Portable demo
The text was updated successfully, but these errors were encountered:
Issue Summary
Error compiling OpenPose with 3D Renderer
Executed Command (if any)
issue becomes noticable when running openpose.
OpenPoseDemo.exe --3d --camera_parameter_path "camera calibration path" --video "path video 1" "path video 2" --number_people_max 1
Errors (if any)
Error:
OpenPose CMake must be compiled with the
USE_3D_RENDERER
flag in order to use the 3-D visualization renderer. Alternatively, set 2-D rendering with--display 2
.looking into CMakeCache.txt., 3D Flags are on:
//Enable 3D Renderer
USE_3D_RENDERER:BOOL=ON
Type of Issue
Your System Configuration
OpenPose version: v1.7.0
General configuration:
Non-default settings:
3rd-party software:
If GPU mode issue:
cat /usr/local/cuda/version.txt
in most cases): 12.6nvidia-smi
in Ubuntu):If Windows system:
The text was updated successfully, but these errors were encountered: