Methodforward query_points: B x N x 2, the number of batches, tracks, and xy fmaps: B x S x C x HH x WW, the number of batches, frames, and feature
vision_reasoner/models/vggt/heads/track_modules/base_track_predictor.py:82
Methodforward Args: images (torch.Tensor): Input images with shape [B, S, 3, H, W], in range [0, 1]. B: batch size, S: sequence
vision_reasoner/models/vggt/models/aggregator.py:184
Methodforward Forward pass of the VGGT model. Args: images (torch.Tensor): Input images with shape [S, 3, H, W] or [B, S, 3, H, W], in
vision_reasoner/models/vggt/models/vggt.py:29
Methodforward query_points: B x N x 2, the number of batches, tracks, and xy fmaps: B x S x C x HH x WW, the number of batches, frames, and feature
vision_reasoner/models/vggt/dependency/track_modules/base_track_predictor.py:71