Skip to content

AmyPhung/ml_person_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-person-detection

Setup

  1. cd your_catkin_ws/src
  2. git clone https://github.com/waymo-research/waymo-open-dataset.git
  3. cd waymo-od && git branch -a
  4. git checkout remotes/origin/r1.0
  5. pip install waymo-open-dataset
  6. pip install tensorflow
  7. cd your_catkin_ws/src
  8. git clone https://github.com/AmyPhung/ml_person_detection
  9. catkin_make

Helpful Scripts

  • To make a dataset, run python createDataset.py

Dependencies:

Package for converting from numpy to PointCloud2 https://github.com/eric-wieser/ros_numpy

  1. git clone https://github.com/eric-wieser/ros_numpy
  2. Navigate to the ros_numpy directory and run pip install --user .

Usage

roslaunch ml_person_detection bringup.launch Note: make sure FILENAME in waymo2ros.py is set properly

To-Do

  • Settable data directories

Troubleshooting

Tensorflow not installing properly
  • pip install --user tensorflow==1.15.0 "launchpadlib 1.10.6 requires testresources, which is not installed. tensorflow" sudo apt install python-testresources pip uninstall numpy pip install numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published