sshaoshuai / PointRCNN

PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
MIT License
1.7k stars 425 forks source link

i have the issue with using images. Does this network work only with LiDAR data? #178

Open soheilAppear opened 3 years ago

soheilAppear commented 3 years ago

You did not clearly mention it and explained it at all. hope you help us.

zyqdragon commented 3 years ago

The PointRCNN netwok can work only with Point Cloud Data. The images only are used to show the effect of 3d boxes of the objects.

1992Zz commented 3 years ago

The PointRCNN netwok can work only with Point Cloud Data. The images only are used to show the effect of 3d boxes of the objects.

Can I train and predictions without using images?