atleaa / wp3_humandetector

Human detection and tracking using RGB-D imaging with Yolo and ROS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MasterUiA_HumanDetection

Human detection and tracking using RGB-D imaging with Yolo and ROS.

These packages has been developed as part of a Master Project at the University of Agder. The task has been do detect and track people in in a 3D space. This has been done with six RGB-D cameras, yolov3-tiny and ROS.

The darknet_ros_UiA package, based on "https://github.com/leggedrobotics/darknet_ros", does the detection. The using_markers package makes cylinders around the humans to vizualize the detections The person_pointcloud package aims at finding the points in the pointcloud belonging to the human.

Note: include-files not found during compilation can be found by copying from src to devel: cp ~/catkin_ws/src/wp3_humandetector/darknet_ros_UiA/darknet_ros/include/darknet_ros_msgs/* ~/catkin_ws/devel/include/darknet_ros_msgs/

About

Human detection and tracking using RGB-D imaging with Yolo and ROS.


Languages

Language:C 78.4%Language:C++ 13.8%Language:Cuda 5.0%Language:CMake 1.8%Language:Python 0.7%Language:Makefile 0.2%Language:Shell 0.1%