Skip to content

Object detection and localization algorithm configured for Robotic operating system(ROS)

Notifications You must be signed in to change notification settings

PES-Innovation-Lab/Object-Detection-and-localization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Object-Detection-and-localization

Object detection and localization algorithm configured for Robotic operating system(ROS). This repository contains the required services , messages needed to impregnate the package into a robotic system using ROS as it's middleware. The algorithm used caffe model of faster rcnn for object detection.

ROS:

Robot Operating System (ROS) is robotics middleware (i.e. collection of software frameworks for robot software development). Although ROS is not an operating system, it provides services designed for a heterogeneous computer cluster such as hardware abstraction, low-level device control, implementation of commonly used functionality, message-passing between processes, and package management. Read more: http://www.ros.org/

Faster RCNN:

Faster RCNN is an advancement over its descendants to provide state of the art object detection using Regional proposal network and ROI pooling. Read more: https://arxiv.org/abs/1506.01497

About

Object detection and localization algorithm configured for Robotic operating system(ROS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • CMake 32.6%
  • C++ 3.7%