ComfyUI Node
CoTracker Point Tracking
https://github.com/facebookresearch/co-tracker If you get an OOM error, try lowering the `grid_size`.
CoTracker Point Tracking
- images
- tracking_mask
- tracking_results
- image_with_results
◄tracking_points►
◄grid_size20►
◄max_num_of_points100►
◄confidence_threshold0.90►
◄min_distance30►
◄force_offloadtrue►
◄enable_backwardfalse►
Categorytracking
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| tracking_points | STRING | — | |
| grid_size | INT | 200–100 | Number of divisions along both width and height to create a grid of tracking points. |
| max_num_of_points | INT | 1001–10000 | — |
| tracking_maskopt | MASK | Mask for grid coordinates | |
| confidence_thresholdopt | FLOAT | 0.900–1 | — |
| min_distanceopt | INT | 300–500 | Minimum distance between tracking points |
| force_offloadopt | BOOLEAN | true | — |
| enable_backwardopt | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| tracking_results | STRING | — |
| image_with_results | IMAGE | — |