JETSON NANO -- YOLOv3 Real Time Object Detection With Camera

Hi,

Suppose you already have a dataset for your use case.
Try following two steps to deploy a customized model on Nano.

1. Train a customized YOLO model with our TLT toolkit:

2. Deploy the model with Deepstream for camera pipeline:

Thanks.