ComfyUI Node
Convert Tracking To BBoxes
Converts the provided body tracking data to BBoxes format. Can use filtering (Body part, person index) and a scheduler (Optional). Input compatible with KJ nodes.
Convert Tracking To BBoxes
- tracking
- bboxes
◄person_index0►
◄body_partAll►
◄insert_dummy_bbox—►
◄schedule—►
CategoryBBoxNodes
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| tracking | TRACKING | Tracking data from InstanceDiffusion | |
| person_index | INT | 00–10 | The person index on the image starting from 1. 0 for all persons |
| body_part | COMBO | All | The body part on the image to draw rectangle for |
| insert_dummy_bbox | BOOLEAN | Insert dummy one-pixel bbox when all bboxes are filtered out | |
| scheduleopt | STRING | Schedule in format 'frame_index:person_index, ...' |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bboxes | BOUNDING_BOX | Output bboxes (Not compatible with KJNodes) |