ros_deep_learning
ros_deep_learning copied to clipboard
How to detect objects from a live video data from ros node?
Hello,
Is it possible to detect the objects in a live video in ros ??
Thanks in advance.
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.