↓ 1 callersClassPCARGBVisualizer Stable PCA→RGB for video features shaped (T, H, W, D) or a single frame (H, W, D). - Global mean/V3 reference for stable colors - Per-fra
src/depth_anything_3/utils/pca_utils.py:127
ClassPatchEmbed 2D image to patch embedding: (B,C,H,W) -> (B,N,D) Args: img_size: Image size. patch_size: Patch token size. in_chans
src/depth_anything_3/model/dinov2/layers/patch_embed.py:25