DavidTorresOcana / ros_object_detector

A ROS package to run Tensorflow models for object detection and image segmentation
6 stars 1 forks source link

Z-axis #4

Closed iamMHZ closed 4 years ago

iamMHZ commented 4 years ago

Hi

How to get Z-axis of objects ??

image `

DavidTorresOcana commented 4 years ago

This is just a wrapper of a CNN based 2D object detector. Hence, it is not possible to get depth to object.

iamMHZ commented 4 years ago

aha

anyway How is it possible to get depth of objects?? What are the tools and ways ??

DavidTorresOcana commented 4 years ago

That is beyond the scope of this project, I am afraid.

This project is simply a ROS wrapper around a CNN.