Skip to content

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

Notifications You must be signed in to change notification settings

atleaa/wp3_humandetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

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