facebookresearch / 3detr

Code & Models for 3DETR - an End-to-end transformer model for 3D object detection
Apache License 2.0
629 stars 79 forks source link

Predictions with colored point cloud input #45

Open TonyLianLong opened 2 years ago

TonyLianLong commented 2 years ago

I notice that there is a script called scannet_masked_ep1080_color.sh that uses color + point cloud as model input. However, I did not see any discussions about using color input in the paper or in this code repo. Do you intend to release checkpoints of a model that take color input for reference? Furthermore, since SUNRGBD also has color information, is there any plan to support SUNRGBD with color input as well?