Detect Pose
Detects Pose Type for Person objects and using Pose keypoints if available.
Detect Pose
Detects Pose Type for Person objects and using Pose keypoints if available.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : Pose information
Properties
Property | Description | Type | Default | Required |
---|---|---|---|---|
roi_labels | Regions of interest labels. | hidden | - | - |
rois | Regions in which to look up pose. Conditional on roi_labels. | polygon | null | - |
objects_to_track | Object types and classes used to detect pose. Leave blank to detect all poses. Example: person ,person.red . | model-label | null | - |
min_pose_detection_time | Minimum detection time in seconds. | float | 0.0 | Yes |
display_roi | Display Regions of Interest on video? | bool | true | - |
display_objects | Display objects on video? | bool | true | - |
Metadata
Metadata | Description |
---|---|
nodes.[node_id].pose_fall_count | Count of pose falls |
nodes.[node_id].pose_fall_delta | Delta of pose falls |
Example JSON:
Updated about 2 months ago