âš Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.
Object detectors don't propose one box per object — they propose dozens, jittered around every real target plus a scatter of false alarms. This simulation renders that raw proposal cloud in 3D above a ground-truth scene and runs the exact greedy Non-Maximum Suppression algorithm production detectors use to clean it up: filter by confidence, sort by score, keep the best box, discard everything that overlaps it past an IoU threshold, and repeat. Drag the confidence and IoU sliders to watch the surviving boxes change live, or generate a fresh random detector output entirely.