filaPro / oneformer3d

[CVPR2024] OneFormer3D: One Transformer for Unified Point Cloud Segmentation
Other
348 stars 32 forks source link

UserWarning: point got color value beyond [0, 255] warnings.warn('point got color value beyond [0, 255]') #36

Closed yxchng closed 8 months ago

yxchng commented 8 months ago

Is it normal to have this? why does this warning occur?

oneformer3d-contributor commented 8 months ago

Yes, we just normalize the color to another range. Please ignore this warning.