Skip to content

KRISO-MIR-Lab/DL_based_dynObjDet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Object Detection using PointPillar

simple program for detect 3D objects in oudoor using torch implementation of PointPillar with ROS1 noetic

  • input : Ouster Lidar pointcloud topic
  • output : bounding boxes (by custom msg), rviz marker

How to use

  1. installation
cd catkin_ws/src
git clone https://github.com/KRISO-MIR-Lab/DL_based_dynObjDet.git

# -------------------------terminal in the container-----------------
cd DL_based_dynObjDet
conda create -n test python=3.7
conda activate test

cd PointPillars/
pip install -r requirements.txt
python setup.py build_ext --inplace
pip install .

cd dynObjDet
cd src

git clone https://github.com/zhulf0804/PointPillars.git

chmod +x src/prediction.py
  1. build with catkin_make or build.
  2. rosrun dynObjDet prediction.py

When you use

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published