Interface PersonDetectionConfigOrBuilder (2.2.0)

public interface PersonDetectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeAttributes()

public abstract boolean getIncludeAttributes()

Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false.

bool include_attributes = 3;

Returns
TypeDescription
boolean

The includeAttributes.

getIncludeBoundingBoxes()

public abstract boolean getIncludeBoundingBoxes()

Whether bounding boxes are included in the person detection annotation output.

bool include_bounding_boxes = 1;

Returns
TypeDescription
boolean

The includeBoundingBoxes.

getIncludePoseLandmarks()

public abstract boolean getIncludePoseLandmarks()

Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.

bool include_pose_landmarks = 2;

Returns
TypeDescription
boolean

The includePoseLandmarks.