code wiki / vitpose
topic: vitpose
7 modules sharing the vitpose name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_vitpose_forward.nx | THE CULMINATING RUNG: the full faithful f32 ViTPose-base forward, composing every gated | 178 | 8 |
| nx_vitpose_inspect.nx | dump the safetensors HEADER (tensor manifest) of the downloaded model to a file, WITHOUT | 50 | 5 |
| nx_vitpose_loadtest.nx | prove nx_safetensors_load reads REAL tensor values from the downloaded 343MB ViTPose | 96 | 8 |
| nx_vitpose_patchembed.nx | FIRST assembly rung of the faithful f32 ViTPose forward: load the REAL patch-embed | 101 | 6 |
| nx_vitpose_prep.nx | decode the fetched JPEG + preprocess into the ViTPose input tensor, written to a file the | 59 | 5 |
| nx_vitpose_preprocess.nx | image -> ViTPose input tensor: bilinear-resize an RGB image [sh,sw,3] (u8 0-255, | 60 | 1 |
| nx_vitpose_preprocess_gate.nx | proof of resize+normalize: ImageNet normalize (hand-computed) + bilinear blend. | 51 | 4 |