tmralmeida / deepstream-app

This is an example of a deepstream application based on NVIDIA applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepstream-app

This repo includes 2 examples of deepstream applications based on NVIDIA examples.

Prerequisites

  • Deepstream installed in your Jetson Platform.
  • One camera (please check if it is on /dev/video0).
  • Inside of one of the two directories:
make && ./app 

Content

  • 1_camera_yolo_tracker: 1 camera + (YOLOv3 + tracker)
  • 2_camera_yolo_final_app: 1 camera + YOLOv3

About

This is an example of a deepstream application based on NVIDIA applications.


Languages

Language:C 98.9%Language:Makefile 1.1%