qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

What is the meaning for 6D point cloud data? #24

Open Gary769581667 opened 2 years ago

Gary769581667 commented 2 years ago

I find there are 6 columns in a text file. I understand the first three columns are the coordinates of a point(XYZ), but what do the other three columns stand for?

Alobal commented 2 years ago

For ModelNet, that is normal vector of point

Gary769581667 commented 2 years ago

For ModelNet, that is normal vector of point

For Point-Transformer, is it right to regards the last three columns as features of a point?

Alobal commented 2 years ago

Yes, it is always used as an additional feature

Gary769581667 commented 2 years ago

Yes, it is always used as an additional feature

Thanks, it helps me a lot