We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Chris,
In the paper you are mentioning that to get point-level predictions, you are propagating them from the voxels.
And from what I understood, you need to use the argument --evaluate_original_pointcloud, but as you can see: The "pointcloud" is not implemented.
--evaluate_original_pointcloud
So I thought maybe I should use the other flag, --test_original_pointcloud, which uses the save_predictions function.
--test_original_pointcloud
save_predictions
But the function tries to import OnlineVoxelizationDatasetBase , that doesn't exist anywhere in the code ( except where it is being called )
OnlineVoxelizationDatasetBase
My question is : Am I doing things the right way ? or is there something that I am missing ?
Thank you
The text was updated successfully, but these errors were encountered:
Please check out https://github.com/StanfordVL/MinkowskiEngine/blob/master/examples/indoor.py#L126
Sorry, something went wrong.
The example is working, thank you.
No branches or pull requests
Hello Chris,
In the paper you are mentioning that to get point-level predictions, you are propagating them from the voxels.
And from what I understood, you need to use the argument
--evaluate_original_pointcloud
, but as you can see:The "pointcloud" is not implemented.
So I thought maybe I should use the other flag,
--test_original_pointcloud
, which uses thesave_predictions
function.But the function tries to import
OnlineVoxelizationDatasetBase
, that doesn't exist anywhere in the code ( except where it is being called )My question is : Am I doing things the right way ? or is there something that I am missing ?
Thank you
The text was updated successfully, but these errors were encountered: