SpatioTemporalSegmentation icon indicating copy to clipboard operation
SpatioTemporalSegmentation copied to clipboard

[bug]Can not save predictions for testset

Open Monster88Ra opened this issue 5 years ago • 5 comments

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

Monster88Ra avatar Nov 11 '19 11:11 Monster88Ra

same problems!

Yuwenger avatar Nov 19 '19 13:11 Yuwenger

Okay, let me get back to it this weekend.

chrischoy avatar Nov 20 '19 13:11 chrischoy

the problem still exists, making it difficult for test benchmark

chronbird avatar Jul 08 '20 12:07 chronbird

haha. The same. i have the same problem. the problem still exists, making it difficult for test benchmark.2021.1.20

YAOMOREN avatar Jan 20 '21 06:01 YAOMOREN

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.

Wuziyi616 avatar Jan 28 '21 12:01 Wuziyi616