This is a node that outputs tracking results of a grid or specified points using CoTracker.
It can be directly connected to the WanVideo ATI Tracks Node.
sample4.mp4
Other examples can be found here.
workflow with perlin
workflow with xyamp
1st commit
added utility node
- PerlinCoordinateRandomizerNode
Applies Perlin noise-based randomization to coordinate data, adding natural, smooth variations to tracking points across frames. - XYMotionAmplifierNode
Amplifies coordinate movement with directional control for X/Y axes, preserving static points while enhancing motion intensity with optional mask-based selection. - GridPointGeneratorNode
Generates a grid of coordinate points.
Added the enable_backward option. This is an experimental feature intended for tracking objects that don't appear in the first frame.
Fixed a bug where the min_distance option was sometimes ignored.
ver 1.0.3
Fixed a bug that could trigger errors in OpenCV functions.
Fixed an issue where certain mask shapes were not handled correctly.