chrischoy / SpatioTemporalSegmentation

4D Spatio-Temporal Semantic Segmentation on a 3D video (a sequence of 3D scans)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point-level predictions from voxels

amineremache opened this issue · comments

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