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

Why do you have radar in the code? #13

Open
sungjuune opened this issue Nov 7, 2023 · 1 comment
Open

Why do you have radar in the code? #13

sungjuune opened this issue Nov 7, 2023 · 1 comment

Comments

@sungjuune
Copy link

There is nothing mentioned in the paper about radar, but why does the code has radar usage as default?

also, in vip3d_resnet50_3frame.py, the default flag for 'use_radar' is set as False, but the data loader loads radar data.

We need explanation on this.

@GentleSmile
Copy link
Contributor

The dataloader loads both lidar and radar as inputs, but the model does not use them. You can set points = None and radar = None at the beggining of the forward function here during inference, and it will obtain the same evaluation results.

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