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

Empty lanes #57

Open
Timer-x opened this issue Aug 14, 2024 · 7 comments
Open

Empty lanes #57

Timer-x opened this issue Aug 14, 2024 · 7 comments

Comments

@Timer-x
Copy link

Timer-x commented Aug 14, 2024

I find many frames with empty lane when i try to obtain map data from B2D_vad_dataset.py. I don't know if there is something wrong when i prepare the b2d dataset.

@zhiyuanzzz
Copy link

Please provide more details so we can find the problem.

@Timer-x
Copy link
Author

Timer-x commented Aug 16, 2024

image

this error occurred because there is no lane

@Timer-x
Copy link
Author

Timer-x commented Aug 16, 2024

image

I download map data from baidu cloud, and process all the data using (https://github.com/Thinklab-SJTU/Bench2DriveZoo/blob/a630480bdc0222382c41dd80115f690bbdb58505/mmcv/datasets/prepare_B2D.py#L400).

@zhiyuanzzz
Copy link

get_map_info in B2D_vad_dataset.py obtains lanes within a certain range of the ego vehicle, so please ensure that you are using the correct ego position and config. If you want to train VAD on Bench2Drive, it is recommended to use the VAD model in our repo ( https://github.com/Thinklab-SJTU/Bench2DriveZoo/tree/uniad/vad ) and follow the documents to prepare data and train model.

@Timer-x
Copy link
Author

Timer-x commented Aug 16, 2024

I use your official code. https://github.com/Thinklab-SJTU/Bench2DriveZoo/blob/a630480bdc0222382c41dd80115f690bbdb58505/mmcv/datasets/B2D_vad_dataset.py#L299
and add print(gt_bboxes.fixed_num_sampled_points) to check the data but failed. Can you double check it again. Thanks a lot.

@ChipsICU
Copy link

I use your official code. https://github.com/Thinklab-SJTU/Bench2DriveZoo/blob/a630480bdc0222382c41dd80115f690bbdb58505/mmcv/datasets/B2D_vad_dataset.py#L299 and add print(gt_bboxes.fixed_num_sampled_points) to check the data but failed. Can you double check it again. Thanks a lot.

@Timer-x maybe you can check this issue, #62

@Timer-x
Copy link
Author

Timer-x commented Aug 19, 2024

I use your official code. https://github.com/Thinklab-SJTU/Bench2DriveZoo/blob/a630480bdc0222382c41dd80115f690bbdb58505/mmcv/datasets/B2D_vad_dataset.py#L299 and add print(gt_bboxes.fixed_num_sampled_points) to check the data but failed. Can you double check it again. Thanks a lot.

@Timer-x maybe you can check this issue, #62

Thank you, but I find this problem in open loop training. Have you attempt to visualize the map data when you train the vad?

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

3 participants