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 Waymo and NuScenes have different us_layer_strides even though they use the same CenterPoint? #402

Open
JongRok-Lee opened this issue Oct 10, 2023 · 0 comments

Comments

@JongRok-Lee
Copy link

Hello. First of all, thank you for sharing this impressive framework.

My question is as follows: Waymo's CenterPoint-PointPillars performs downsampling at 1x -> 2x -> 4x and then upsampling to match a 1x resolution with us_layer_strides: [1, 2, 4]. However, nuScenes' CenterPoint-PointPillars downsamples at 2x -> 4x -> 8x and matches it to a 4x resolution with us_layer_strides: [0.5, 1, 2].

There is a significant difference in the final output size going into the head, and I'm curious if there is a specific reason for this configuration.

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

1 participant