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

Question about cylindrical view #4

Open
DapengFeng opened this issue Aug 3, 2020 · 0 comments
Open

Question about cylindrical view #4

DapengFeng opened this issue Aug 3, 2020 · 0 comments

Comments

@DapengFeng
Copy link

DapengFeng commented Aug 3, 2020

pillar-od/network.py

Lines 280 to 284 in 8a26d57

self.cylinder_view_grid_size = (2560, 100, 1)
self.cylinder_view_grid_range_x = (-np.pi, np.pi)
self.cylinder_view_grid_range_y = (-3.0, 7.0)
self.cylinder_view_grid_range_z = (0.0, 107.0)

The order of the coordinates in the cylindrical view is different from Table 4 in the paper (arxiv version). What's more, the grid size of the SPV is missing. Could you give the grid size of the SPV?

image

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