nx_pose_score_one.nx
buildroot/runtime/nx_pose_score_one.nx
about
nx_pose_score_one.nx -- the FIRST real external-GT score: map the ViTPose port's 48x64 heatmap
keypoints (from nx_vitpose_forward on COCO 000000397133.jpg person0) into image coords via the
emitted crop box, and compute OKS vs the REAL COCO GT keypoints. This is industry grading, not
self-validation: GT = COCO's annotations. area = bbox w*h (f32, per nx_coco_oks contract).
lineage_id: nx_pose_score_one_v1
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.nxnx_coco_oks.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func so_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return n } |
| 15 | func so_wn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 17 | func main() -> i64 |