In your code, the ego_lcf_feat of the B2D_VAD_Dataset has been modified, where the first two dimensions and the eighth dimension differ from those in VAD.
|
ego_lcf_feat[0:2] = input_dict['ego_translation'][0:2] |
|
ego_lcf_feat[7] = np.sqrt(input_dict['ego_translation'][0]**2+input_dict['ego_translation'][1]**2) |
https://github.com/hustvl/VAD/blob/3c2929fe36034b8881fd549394ee62f56b8ea44c/tools/data_converter/vad_nuscenes_converter.py#L508
Does it have any special meaning?
In your code, the ego_lcf_feat of the B2D_VAD_Dataset has been modified, where the first two dimensions and the eighth dimension differ from those in VAD.
Bench2DriveZoo/mmcv/datasets/B2D_vad_dataset.py
Line 227 in 914b328
Bench2DriveZoo/mmcv/datasets/B2D_vad_dataset.py
Line 232 in 914b328
https://github.com/hustvl/VAD/blob/3c2929fe36034b8881fd549394ee62f56b8ea44c/tools/data_converter/vad_nuscenes_converter.py#L508
Does it have any special meaning?