Object Following with Deepstream

Hi guys, I’m new at this things and working on a project like this:

I will use Deepstream and NVIDIA’s TAO models for License Plate detection. How can I have Jetracer follow the this car, if the License Plate Detection process result and the License plate given as input to the program match?

Thank you for giving a time.

Hi,

First, please deploy a License Plate Detection with Deepstream.
After locating the License Plate that matched with input, you should also have the bounding box of the car.

Then you can use jetbot sample but switch the central object with the matched bounding box for your use case:

> Control robot to follow central object

Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.