Jetson nano for object detection using mutiple camera inputs

Hi,

You can find some benchmark result for Nano’s detector here:
https://developer.nvidia.com/embedded/jetson-nano-dl-inference-benchmarks

Due to the limited resource of Nano, we provide an object tracker inside our Deepstream SDK.
It can track the object in a short period so you don’t need to do the DNN inference every frame.

If this is acceptable, please check following topic for the detailed update to our YOLO sample in Deepstream.
It can reach 20fps with YOLOv3 on Nano, and it can be much faster with YOLOv3 Tiny.

Thanks.