Skip to content

Latest commit

 

History

History
33 lines (13 loc) · 938 Bytes

README.md

File metadata and controls

33 lines (13 loc) · 938 Bytes

Mask-RCNN-with-ROS

Object detection and instance segmentation performed by the Mask R-CNN algorithm over ROS and Gazebo. To test and visualize results, refer to the installation document

Gazebo Interface

Capturing objects through robot sensors

image

Initially Tests

Incorrect segmentation of a person due to a non ideal angle

test1

Incorrect instance segmentation of the SUV due to background discoloration

test2

Final Test Results

Correct image segmentation on person and car

test3