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

Is there an online implementation of MVP? #35

Open
PeizeSun opened this issue Jun 16, 2023 · 1 comment
Open

Is there an online implementation of MVP? #35

PeizeSun opened this issue Jun 16, 2023 · 1 comment

Comments

@PeizeSun
Copy link

PeizeSun commented Jun 16, 2023

Hi, thanks for your excellent work.

In my understanding, the released code is the offline implementation, since the virtual point is preprocessed before the model is trained and tested.

I am curious about whether an online implementation has been tried, where the virtual point is added to the original point cloud in the process of training and testing?

Thanks in advance.

@tianweiy
Copy link
Owner

tianweiy commented Jun 17, 2023

thank you for the interest! We didn't try this back then.

To get an online version, I think we basically need to chain a few scripts (2d detection, point generation, and 3d detection). For 2d part, the detector is fast but image reading / resizing / processing needs some optimization. For point generation, we need some works to remove those few for loops.

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