文章目录 DataAugmentor模块解析 1. gt_sampling 2. random_world_flip 3. random_world_rotation 4. random_world_scaling 5. limit_period DataAugmentor模块解析 在pointpillars算法中,具体的数据增强方法配置是在yaml中的DATA_CONFIG.DATA_AUGMENTOR进行配置,pointpillars的参考配置如下所示: DATA_AUGMENTOR: DISABLE_AUG_LIST: ['placeholder'] # 禁用该数据增强 AUG_CONFIG_LIST: # 启用的数据增强列表 - NAME: gt_sampling USE_ROAD_PLANE: