Holds information parsed from bodypose network output for one frame.
Definition at line 493 of file post_processor_struct.h.
Data Fields | |
unsigned int | width |
Holds the width of the output. More... | |
unsigned int | height |
Holds the height of the output. More... | |
unsigned int | num_key_points |
float * | data |
float* NvDsPostProcessBodyPoseOutput::data |
Definition at line 501 of file post_processor_struct.h.
unsigned int NvDsPostProcessBodyPoseOutput::height |
Holds the height of the output.
Same as network height.
Definition at line 498 of file post_processor_struct.h.
unsigned int NvDsPostProcessBodyPoseOutput::num_key_points |
Definition at line 500 of file post_processor_struct.h.
unsigned int NvDsPostProcessBodyPoseOutput::width |
Holds the width of the output.
Same as network width.
Definition at line 496 of file post_processor_struct.h.