Pointcept / PointTransformerV3

[CVPR'24 Oral] Official repository of Point Transformer V3 (PTv3)
MIT License
788 stars 46 forks source link

Question on the number of points #82

Open Kitten171922 opened 3 months ago

Kitten171922 commented 3 months ago

Hello author,

I have a question about the number of points in a single-point cloud. Seemingly, it is difficult to input the entire points to the model. Then, can you tell me the number you fixed for subsampling a single-point cloud for the nuScenes and Semantic-KITTI??

Thanks

Gofinge commented 2 months ago

We didn't crop point cloud for nuScenes and Semantic-KITTI, but you can refer to this: https://github.com/Pointcept/Pointcept/blob/main/configs/nuscenes/semseg-pt-v3m1-0-base.py#L117