VoxelNetRos
implement the VoxelNet with ROS, using Kitti data to test
Install / Use
/learn @AbangLZU/VoxelNetRosREADME
Voxelnet ROS Implementation
VoxelNet Implementation codes from "https://github.com/qianguih/voxelnet"
Dependencies
- python3.5+
- TensorFlow (tested on 1.4)
- opencv
- shapely
- numba
- easydict
- ROS
- jsk package
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:
- clone this repository
- move voxelnet_ros folder to your
catkin_ws catkin_makeroscd voxelnet/script/python3 voxelnet_ros.py & python3 pub_kitti_point_cloud.py- unfortunately,
rosrunwon't work. because it's using Python 3.x instead of 2.x
- unfortunately,
ROS Node
<img src="./pictures/8.png" />Rviz Animation
<img src="./pictures/1.png" /> <img src="./pictures/2.png" /> <img src="./pictures/3.png" />Future Work
- Retrain the model
- Still too slow, need more efficient implementation for the VoxelNet
- code clean
Related Skills
node-connect
333.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
333.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.0kCommit, push, and open a PR
