Skip to content

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

Notifications You must be signed in to change notification settings

JHermosillaD/pose_estimate_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks