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

Point-level predictions from voxels #40

Closed
amineremache opened this issue Jul 7, 2020 · 2 comments
Closed

Point-level predictions from voxels #40

amineremache opened this issue Jul 7, 2020 · 2 comments

Comments

@amineremache
Copy link

Hello Chris,

In the paper you are mentioning that to get point-level predictions, you are propagating them from the voxels.

image

And from what I understood, you need to use the argument --evaluate_original_pointcloud, but as you can see:
The "pointcloud" is not implemented.

image

So I thought maybe I should use the other flag, --test_original_pointcloud, which uses the save_predictions function.

image

But the function tries to import OnlineVoxelizationDatasetBase , that doesn't exist anywhere in the code ( except where it is being called )

image

image

My question is : Am I doing things the right way ? or is there something that I am missing ?

Thank you

@chrischoy
Copy link
Owner

@amineremache
Copy link
Author

Please check out https://github.com/StanfordVL/MinkowskiEngine/blob/master/examples/indoor.py#L126

The example is working, thank you.

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