Skip to main content
The MFT class implements a point tracking model that processes video frames and tracks points based on provided queries.
torch.Tensor
Tensor containing the point queries for tracking.
boolean
default:"False"
Whether to save the results as a video.
boolean
default:"True"
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to True.
This model is currently not available via Cortex.
np.ndarray
required
The input video frame to process.
Tuple[Optional[torch.Tensor], Optional[torch.Tensor]]
Predicted coordinates and occlusions.
This code is licensed under the MIT License.