code wiki / coco
topic: coco
5 modules sharing the coco name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_coco_ap.nx | COCO keypoint AP@[.5:.95] from per-image OKS (the top-down single-person eval: GT box given, one | 21 | 1 |
| nx_coco_ap_gate.nx | proof of COCO AP@[.5:.95] aggregation. expect_exit: 0 | 39 | 3 |
| nx_coco_eval.nx | REAL industry COCO keypoint scorer (GT-bbox variant). | 260 | 9 |
| nx_coco_oks.nx | the REAL COCO industry metric OKS (Object Keypoint Similarity), replacing our self-validating | 53 | 2 |
| nx_coco_oks_gate.nx | proof of the COCO OKS metric: perfect->1000, a hand-computed offset, visibility handling. | 41 | 3 |