code wiki / vitpose

topic: vitpose

7 modules sharing the vitpose name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_vitpose_forward.nxTHE CULMINATING RUNG: the full faithful f32 ViTPose-base forward, composing every gated1788
nx_vitpose_inspect.nxdump the safetensors HEADER (tensor manifest) of the downloaded model to a file, WITHOUT505
nx_vitpose_loadtest.nxprove nx_safetensors_load reads REAL tensor values from the downloaded 343MB ViTPose968
nx_vitpose_patchembed.nxFIRST assembly rung of the faithful f32 ViTPose forward: load the REAL patch-embed1016
nx_vitpose_prep.nxdecode the fetched JPEG + preprocess into the ViTPose input tensor, written to a file the595
nx_vitpose_preprocess.nximage -> ViTPose input tensor: bilinear-resize an RGB image [sh,sw,3] (u8 0-255,601
nx_vitpose_preprocess_gate.nxproof of resize+normalize: ImageNet normalize (hand-computed) + bilinear blend.514