ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

How to detect objects from a live video data from ros node?

Open Sprinzzzz opened this issue 5 years ago • 1 comments

Hello,

Is it possible to detect the objects in a live video in ros ??

Thanks in advance.

Sprinzzzz avatar May 14 '19 12:05 Sprinzzzz

Hi @Sprinzzzz , I think there are test different solutions but you could just create a ROS service that receive the image, analyze it and return a message or position if object is present in the image.

zenetio avatar May 14 '19 14:05 zenetio