Authors Ayush Gaud and Vignesh Prasad
- CUDA
- CUDNN (Optional, can be disabled in the darknet Makefile)
- ROS Kinetic/Indigo
cd $ROS_WORKSPACE/src
git clone https://github.com/ayushgaud/darknet_ros.git
git submodule init
git submodule update
cd darknet
make darknet-cpp-shared
cd $ROS_WORKSPACE
catkin_make --pkg darknet_ros
roslaunch darknet_ros object_detect.launch
Based on original work of Joseph Redmon https://github.com/pjreddie/darknet and its C port by Prabindh Sundareson https://github.com/prabindh/darknet.git