JHermosillaD / pose_estimate_demo

People detection using histograms of oriented gradients and Haar cascades and the estimation of their position by transforming the coordinates of their bounding boxes into xyz coordinates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS package for human detection and position estimation

Static Badge GitHub repo size GitHub top language

ROS package for the detection of persons using histograms of oriented gradients and Haar cascades and the estimation of their position by transforming the coordinates of their bounding box into xyz coordinates with respect to the base_link reference frame.

Set-up

Requirements

Installation

Clone the repository to the workspace source path.

user@hostname:~/workspace/src$ git clone https://github.com/JHermosillaD/pose_estimate_demo.git

Compile the package.

user@hostname:~/workspace$ catkin_make

Usage

Run the launcher.

user@hostname:~/workspace$ roslaunch pose_estimate_demo demo.launch

Visualization

The image containing the bounding box, the marker and coordinate frames can be displayed in Rviz, the coordinates through topic command line.

About

People detection using histograms of oriented gradients and Haar cascades and the estimation of their position by transforming the coordinates of their bounding boxes into xyz coordinates

License:MIT License


Languages

Language:C++ 82.9%Language:CMake 17.1%