Searching for car detection network for Jetson Nano

Hello there,

I am desperately searching for a CNN with Tensorflow/Keras base that can detect cars (and pedestrians) in an image. I searched whole GitHub for this but cannot find one that was easy to implement in my own Python code. I tried using TFNet (Darkflow/YOLO) but this exceeds the memory capability of the Tegra X1. Can someone link a network that is easy to use and implement (and works)?

Thanks for the answers in advance!

Hi,

Have you tried our DeepstreamSDK?
We have a sample that detects car and pedestrians. And it can deploy on the Jetson Nano.

https://developer.nvidia.com/deepstream-sdk

Thanks.