↓ 6 callersClassVisualizer Visualizer that draws data about detection/segmentation on images. It contains methods like `draw_{text,box,circle,line,binary_mask,polygon}`
preprocess/oneformer_code/demo/visualizer.py:343
↓ 2 callersClassPatchEmbed 2D image to patch embedding: (B,C,H,W) -> (B,N,D) Args: img_size: Image size. patch_size: Patch token size. in_chans
preprocess/SpaTrackV2_code/models/vggt4track/layers/patch_embed.py:25