Skip to content

Evaluation mAP is significantly underestimated due to missing distance-based GT filtering in SimBEVDetectionEval #14

Description

@qinlong2133

The BEVFusion model trained on SimBEV reports a validation mAP of only ~48+, much lower than typical nuScenes results, yet visualization shows near-perfect 3D boxes within the 51.2 m range, indicating a clear evaluation flaw: the data collection uses bbox_collection_radius: 200.0, while the model’s point_cloud_range is only [-51.2, -51.2, -5.0, 51.2, 51.2, 3.0]; the custom SimBEVDetectionEval applies no distance-based clipping and computes metrics on all incoming GT boxes directly, so distant objects that the model cannot physically detect are all counted as false negatives (FN), severely suppressing recall and artificially causing a drastic drop in the reported validation mAP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions