Skip to content

RandomRotate/RandomFlip break image_coord alignment during training #15

Description

@egoal

Thanks for the great work! I've been using pt-v3m1-0-image and noticed a potential training-time alignment issue:

image configs (e.g. configs/nuscenes/semseg-pt-v3m1-0-image.py) apply RandomRotate and RandomFlip on point cloud, which only modify coord without updating image_coord.
image_coord is pre-computed in Dataset.get_data() before the transform pipeline.
this should silently break the alignment.

If this is true, a large fraction of training samples carry misaligned image features, which hurts classes relying on precise spatial correspondence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions