-
Notifications
You must be signed in to change notification settings - Fork 51
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
[bug]Can not save predictions for testset #12
Comments
same problems! |
Okay, let me get back to it this weekend. |
the problem still exists, making it difficult for test benchmark |
haha. The same. i have the same problem. the problem still exists, making it difficult for test benchmark.2021.1.20 |
Just a workaround, if you want to convert the prediction on voxel points back to original points, you can set return_index and return_inverse to True in the sparse_quantization function here. This will give you the inverse mapping from voxel points to original point cloud and you can test the results on both ScanNet and S3DIS. |
Hello,
I noticed that "--save_prediction" is failed ,because it can not import OnlineVoxelizationDatasetBase from lib.dataset. And there are not any codes of OnlineVoxelizationDatasetBase in dataset.py
May you check it?
Thanks
The text was updated successfully, but these errors were encountered: