Skip to content

Object Detection Node that uses a yolov8 detector, subscribes to camera images and publishes bounding boxes with classes.

Notifications You must be signed in to change notification settings

Auxilio-Robotics/Object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred Perception: Object Detection

This repository contains code that uses the ultralyitcs package to run a Yolov8 model on a ROS node. It subscribes to a camera feed, and publishes the classes as a numpy array.

Progress

  • ROS Node set up.
  • Will currently be using class 39 (bottle) for integration testing. We will progress to a custom dataset with a particular set of object classes.

Future Work

  • Constantly run Yolov8 and ground 2D detections to 3D map environment for remembering object locations.

Speed:

Speed: 0.6ms pre-process, 17.2ms inference, 2.7ms postprocess per image at shape (1, 3, 640, 640)

About

Object Detection Node that uses a yolov8 detector, subscribes to camera images and publishes bounding boxes with classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published