Skip to content

B2D_VAD_Dataset #46

@Zhihua-Hua

Description

@Zhihua-Hua

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?

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