AbangLZU / VoxelNetRos

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

Voxelnet ROS Implementation


VoxelNet Implementation codes from "https://github.com/qianguih/voxelnet"

Dependencies

Data Preparation

Download the test data: https://pan.baidu.com/s/1kxZxrjGHDmTt-9QRMd_kOA

unzip to data folder,Directory structure should be:

data
----lidar_2d
--------0000...1.npy
--------0000...2.npy
--------.......

Instructions

before run the code, you may need to install:

ROS Node

Rviz Animation

Future Work