↓ 1 callersFunctioncamera_matrix_of_crop(input_camera_matrix, input_resolution, output_resolution, scaling=1, offset_factor=0.5, offset=None)
modeling/pi3/utils/cropping.py:156
↓ 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
eval_code/recons/models/vggt/utils/visual_track.py:13