01
Tabletop Clutter Detector
- Python
- PyTorch
- MuJoCo
- ONNX Runtime
- Anchor-free detector for 3–6 overlapping objects on a table; every box read straight out of the renderer's segmentation buffer, so no label is hand-drawn
- mAP@[.5:.95] of 0.911 against a fitted classical pipeline's 0.532 — with COCO mAP implemented from scratch and unit-tested rather than imported
- 1.20 ms per image through ONNX Runtime on 8 CPU threads, 1.8× faster than the classical baseline it beats