8000 GitHub - erkhembaatar/darknet_ros: ROS wrapper for darknet (YOLO V2) with OpenCV 3 and Kinetic support
[go: up one dir, main page]

Skip to content

ROS wrapper for darknet (YOLO V2) with OpenCV 3 and Kinetic support

Notifications You must be signed in to change notification settings

erkhembaatar/darknet_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO ROS Wrapper

Darknet Logo

Authors Ayush Gaud and Vignesh Prasad

Dependencies

  1. CUDA
  2. CUDNN (Optional, can be disabled in the darknet Makefile)
  3. ROS Kinetic/Indigo

Instructions

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

Contributers

Based on original work of Joseph Redmon https://github.com/prabindh/darknet and its C++ port by Prabindh Sundareson https://github.com/prabindh/darknet.git

About

ROS wrapper for darknet (YOLO V2) with OpenCV 3 and Kinetic support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 53.0%
  • C++ 47.0%
0