Closed Zhen-ao closed 2 years ago
Ooops, this is a rather old issue, therefore sorry that this slipped through.
150.000
, which is well above the usual number of points in the KITTI dataset (110k -120k). I think the parameter is only relevant for architectures that need a downsampled point cloud to fit the data into the memory, such as PointNets, etc. Here, I think we used then random sampling.
Thank you very much for your work But I’m not quite clear about some parameters in "
squeezeseg.yaml
"max_points=15000
obtained? How is it counted?img_means
andimg_stds
calculated by counting all points? If I understand correctly, doesimg_means_x
calculate the sum of all pointsx
and take the average?best wishes