Pointcept / PointTransformerV3

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

about impact of scale #60

Open Time-Lord12th opened 2 weeks ago

Time-Lord12th commented 2 weeks ago

Dear Author, Thank you for open-sourcing. I have tried semseg-pt-v3m1-0-base on scannet. Then I tried to use my custom point cloud dataset, but I found it's scale is different from scannet(e.g. the range of coord is much smaller). According to class Point(Dict) described, my properties of a batched point cloud include coord、grid_size、offset and feat. For coord, I found it's useful to adjust grid_size, but for different scale of feat, is the any parameter I can adjust?

Gofinge commented 2 weeks ago

Kindly remind that the range of color (contained by feat) is [-1, 1] (normalized)