Nodes/ComfyUI-BBoxNodes/Convert Tracking To BBoxes
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.

By masternc80·Created 4 months ago·Updated 4 months ago· 4
Convert Tracking To BBoxes
  • tracking
  • bboxes
person_index0
body_partAll
insert_dummy_bbox
schedule
CategoryBBoxNodes

Inputs (5)

NameTypeDefaultDescription
trackingTRACKINGTracking data from InstanceDiffusion
person_indexINT00–10The person index on the image starting from 1. 0 for all persons
body_partCOMBOAllThe body part on the image to draw rectangle for
insert_dummy_bboxBOOLEANInsert dummy one-pixel bbox when all bboxes are filtered out
scheduleoptSTRINGSchedule in format 'frame_index:person_index, ...'

Outputs (1)

NameTypeDescription
bboxesBOUNDING_BOXOutput bboxes (Not compatible with KJNodes)