I have trained a number of detection models using TAO Toolkit with (pretrained) RT-DETR.
NVIDIA Release 6.0.0-PyTorch (build 134983853)
TAO Toolkit Version 6.0.0
I only have one target class (plus the background). My targets are small relative to the image frame.
For training I had set num_queries to 300, and num_select to 10. (I ran a number of experiments changing these numbers; I need num_queries to remain high.)
When I run inference on the trained models- the output is in KITTI format. My KITTI scores are consistently extremely low- ranging from 0.0 to typically only 0.005 or thereabouts. However, I am getting good detections as evidenced by well positioned bounding boxes. I get several bounding boxes on the target with very low scores.
So- I don’t understand why my KITTI prediction scores are so excessively low…