cd your_catkin_ws/src
git clone https://github.com/waymo-research/waymo-open-dataset.git
cd waymo-od && git branch -a
git checkout remotes/origin/r1.0
pip install waymo-open-dataset
pip install tensorflow
cd your_catkin_ws/src
git clone https://github.com/AmyPhung/ml_person_detection
catkin_make
- To make a dataset, run
python createDataset.py
Package for converting from numpy to PointCloud2 https://github.com/eric-wieser/ros_numpy
git clone https://github.com/eric-wieser/ros_numpy
- Navigate to the ros_numpy directory and run
pip install --user .
roslaunch ml_person_detection bringup.launch
Note: make sure FILENAME in waymo2ros.py is set properly
- Settable data directories
- 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