| 1 | """Batch inference detection script — multiple HuggingFace architectures. |
| 2 | |
| 3 | Tests sigmoid (RT-DETRv2, Conditional DETR) and softmax+background (DETR, YOLOS) |
| 4 | classification heads. Runs single-image and batch inference, saves annotated |
nothing calls this directly
no test coverage detected