Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B2D_VAD_Dataset #46

Closed
Zhihua-Hua opened this issue Oct 11, 2024 · 1 comment
Closed

B2D_VAD_Dataset #46

Zhihua-Hua opened this issue Oct 11, 2024 · 1 comment

Comments

@Zhihua-Hua
Copy link

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?

@jiaxiaosong1002
Copy link
Member

@Zhihua-Hua Hi, good point! It is indeed a bug. However, since the feature is fed into MLP later, it would not be a big problem and you may fix the bug and re-train the model by yourself. We do not anticipate any major influence and thus we leave it here so that the public leaderboard is stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants