AbangLZU / VoxelNetRos

implement the VoxelNet with ROS, using Kitti data to test
113 stars 56 forks source link

Voxelization for 3D CNN #8

Open OneManArmy93 opened 5 years ago

OneManArmy93 commented 5 years ago

Hello, im trying to impelemnt a singlestage detector (perception and prediction) which is inspired from IntenNet and Fast and Furious. These two approaches uses voxelization to create a 3D voxel grid from point cloud data and feed it to a 3D CNN. My question is, can i get inspired by the voxelization process in voxelnet to do the same? Thank you