↓ 1 callersFunctionget_grid(height, width, shape=None, dtype="torch", device="cpu", align_corners=True, normalize=True)
preprocess/SpaTrackV2_code/models/tracker3D/delta_utils/upsample_transformer.py:25
↓ 1 callersFunctionget_track_colors_by_position Given all tracks in one sample (b), compute a (N,3) array of RGB color values in [0,255]. The color is determined by the (x,y) position in th
preprocess/SpaTrackV2_code/models/vggt4track/utils/visual_track.py:37
↓ 1 callersFunctionknn_torch x: (B, T, N, 2) return: indices of k-NN, shape (B, T, N, k)
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:949