OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
Go to the source code of this file.
Namespaces | |
op | |
Macros | |
#define | FACE_PAIRS_RENDER_GPU |
#define | FACE_SCALES_RENDER_GPU 1 |
#define | FACE_COLORS_RENDER_GPU 255.f, 255.f, 255.f |
Variables | |
const auto | op::FACE_MAX_FACES = POSE_MAX_PEOPLE |
const auto | op::FACE_NUMBER_PARTS = 70u |
const std::vector< unsigned int > | op::FACE_PAIRS_RENDER {FACE_PAIRS_RENDER_GPU} |
const std::vector< float > | op::FACE_COLORS_RENDER {FACE_COLORS_RENDER_GPU} |
const std::vector< float > | op::FACE_SCALES_RENDER {FACE_SCALES_RENDER_GPU} |
const auto | op::FACE_CCN_DECREASE_FACTOR = 8.f |
const std::string | op::FACE_PROTOTXT {"face/pose_deploy.prototxt"} |
const std::string | op::FACE_TRAINED_MODEL {"face/pose_iter_116000.caffemodel"} |
const auto | op::FACE_DEFAULT_ALPHA_KEYPOINT = POSE_DEFAULT_ALPHA_KEYPOINT |
const auto | op::FACE_DEFAULT_ALPHA_HEAT_MAP = POSE_DEFAULT_ALPHA_HEAT_MAP |
#define FACE_COLORS_RENDER_GPU 255.f, 255.f, 255.f |
Definition at line 19 of file faceParameters.hpp.
#define FACE_PAIRS_RENDER_GPU |
Definition at line 12 of file faceParameters.hpp.
#define FACE_SCALES_RENDER_GPU 1 |
Definition at line 17 of file faceParameters.hpp.