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

efficiency #86

Open
lixinghe1999 opened this issue May 6, 2023 · 0 comments
Open

efficiency #86

lixinghe1999 opened this issue May 6, 2023 · 0 comments

Comments

@lixinghe1999
Copy link

Dear author,

From my understanding, the fusion of 3D bbox and 2D bbox is very inefficient, even you only process the non-empty entries on the deep learning model.
Specially, I find the 3D -> 2D conversion, 2D - 2D IoU calculation are very slow, even though @numba is used.
Do you have any hints or I misunderstand something?
Actually I don't use this repo but copy the code from it because I want to use spconv 2.0, which is too heavy to transfer this repo to newest version. As a result, I implement CLOCS on OpenPCDet by myself. I am not sure my conclusion is 100% correct.

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