tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
454 stars 123 forks source link

Kitti Data Format #36

Open sakshi404 opened 6 years ago

sakshi404 commented 6 years ago

Hello,

Since you have used kitti dataset for LiDAR data, can you tell me about labels given in dataset. Are the labels only for objects visible in image? I went through one of the implementation on LiDAR based detection where data is being cropped on the basis of image data. The reason given by author is that labels are only available for objects visible in image. But VoxelNet is the implementation based only upon LiDAR, how did you train your model using Kitti Dataset? Did you do cropping of LiDAR data based on image. https://github.com/qianguih/voxelnet/issues/9

Thanks, Sakshi

OneManArmy93 commented 5 years ago

@sakshi404 hii, did find an answer for this question?