Hi, I am trying to test NuScenes trained models with my own raw timestamped successive point clouds.
Since I am only interested in testing I don’t want/have any annotation in my data (i.e I don’t care about samples and the scale method to share annotations with sample and sweep point clouds).
The model I am doing inference over is MMDETECTION3D/CENTERPOINT and its input is a 5 dimensional point cloud, where 1-4 are x,y,z,intensity and the 5th dimension I believe to be NuScene’s pointcloud 5th dimension.
My question is, what is this 5th dimension in NuScenes? I have read the paper and there isn’t much explanation about it.
When testing any model for the NuScene challenge, what is the test data point cloud format like? Does it have 5 dimensions? What is the 5th dimension?
TLDR: I would like to generate the 5th lidar dimension of the NuScenes (which I believe comes from the multi sweeps) in my own data.
If it is not possible or cumbersome, what “default” value should I populate this 5th dimension with? All 0’s?
Thank you in advance!