GithubHelp home page GithubHelp logo

vishu2287 / pal_person_detector_opencv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pal-robotics/pal_person_detector_opencv

0.0 1.0 0.0 9 KB

Person detector for RGB images based on OpenCV's HoG Adaboost cascade

CMake 7.82% C++ 92.18%

pal_person_detector_opencv's Introduction

pal_person_detector_opencv

ROS node integrating the person detector for RGB images based on OpenCV's HoG Adaboost cascade

How to launch

roslaunch pal_person_detector_opencv detector.launch image:=my_image max_rate:=10 scale:=0.5

where

mmy_image is the image topic name that the node will subscribe to

max_rate is the maximum frequency at which the node will publish detections

scale is the scaling factor belonging to (0, 1] that will be applied to the images before running the detector. It is useful to downsample the images in order to speed up the detector.

If no arguments are provided the node will subscribe to `/xtion/rgb/image_raw' and will downscale the images by a factor of 0.5 and the maximum publication rate will be 5 Hz.

Detections topic

The detections are published in the topic /person_detector/detections and the message type is pal_detection_msgs::Detections2d

Debug image

The image /person_detector/debug shows the processed images with the ROIs corresponding to detected persons. In order to visualize the debug image you may do as follows:

rosrun image_view image_view image:=/person_detector/debug

pal_person_detector_opencv's People

Contributors

jordi-pages avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.