Skip to content

bevformer #7

Description

@1179902

I am trying to reproduce the BEVFormer-based evaluation protocol reported in Table 1 and Section 4.2.1 of your paper, and I would like to confirm the exact setup used to compute mAP, NDS, and mAOE on synthetic nuScenes images.

My current understanding is the following: a BEVFormer detector pretrained on the real nuScenes train set is directly evaluated on the synthetic validation images, while the original nuScenes validation annotations are kept unchanged, and the final metrics are computed with the official nuScenes detection evaluation code.

I would be very grateful if you could help clarify the following points:

For the BEVFormer setting in the paper, was the input image resolution during evaluation 256×384?
When evaluating on synthetic images, did you only replace the image paths, or did you also update the camera intrinsics and/or related projection geometry to match the resized synthetic images?
Was the BEVFormer detector in Table 1 an official public checkpoint, or was it retrained under your paper’s setting?
Were the reported mAP, NDS, and mAOE values all obtained by directly running the official nuScenes detection evaluation on the synthetic validation set?
Was the synthetic validation set sample-wise aligned with the original nuScenes validation set, meaning that only the images were replaced while annotations, poses, CAN bus information, and other metadata remained unchanged?

In my own reproduction, the BEVFormer baseline on real images appears normal, but the performance drops significantly when I replace the validation images with synthetic ones. I would therefore like to verify whether my evaluation pipeline is consistent with the protocol used in your paper.

Thank you very much for your time and help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions