Is there a way to detect and track objects within multiple ROIs of the frame?

I’m working on a use case to detect and track objects from a live video feed, however i have ROI’s within the frame where i need to detect and track objects within these ROI’s. Is it doable using jetson.inference and jetson.utils?

Hi @sairaghava2013, you can use the cudaCrop() function from jetson_utils to crop the image to the ROI you want: https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-image.md#cropping

There is an example of using this here:

Note that DeepStream has more advanced and optimized tracking that you may want to investigate using as well.

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