This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe WanMoveTracksFromCoords node creates a set of motion tracks from a list of coordinate points. It converts a JSON-formatted string of coordinates into a tensor format that can be used by other video processing nodes, and can optionally apply a mask to control the visibility of tracks over time.
Inputs
Note: The
track_coords input expects a specific JSON structure. It should be a list of tracks, where each track is a list of frames, and each frame is an object with x and y coordinates. The number of frames must be consistent across all tracks.