NVIDIA DeepStream SDK API Reference

7.1 Release
NvDsPostProcessBodyPoseOutput Struct Reference

Detailed Description

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
 

Field Documentation

◆ data

float* NvDsPostProcessBodyPoseOutput::data

Definition at line 501 of file post_processor_struct.h.

◆ height

unsigned int NvDsPostProcessBodyPoseOutput::height

Holds the height of the output.

Same as network height.

Definition at line 498 of file post_processor_struct.h.

◆ num_key_points

unsigned int NvDsPostProcessBodyPoseOutput::num_key_points

Definition at line 500 of file post_processor_struct.h.

◆ width

unsigned int NvDsPostProcessBodyPoseOutput::width

Holds the width of the output.

Same as network width.

Definition at line 496 of file post_processor_struct.h.


The documentation for this struct was generated from the following file: