↓ 1 callersFunctioncolor_from_xy Map (x, y) -> color in (R, G, B). 1) Normalize x,y to [0,1]. 2) Combine them into a single scalar c in [0,1]. 3) Use matplotlib's col
oneposeviagen/SpaTrackerV2/models/SpaTrackV2/models/vggt4track/utils/visual_track.py:13
↓ 1 callersFunctioncompute_scene_bounds(color_files,glcam_in_worlds,K,use_mask=True,base_dir=None,rgbs=None,depths=None,masks=None,cluster=True, tran
oneposeviagen/fpose/fpose/bundlesdf/tool.py:65
↓ 1 callersFunctioncompute_weighted_std Compute the weighted standard deviation of 2D tracks across time. Args: track2d (Tensor): shape (B, T, N, 2), 2D tracked points.
oneposeviagen/SpaTrackerV2/models/SpaTrackV2/models/tracker3D/spatrack_modules/pointmap_updator.py:48