Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.28 KB

File metadata and controls

31 lines (25 loc) · 1.28 KB

Introduction

The apps in this directory are additional samples demonstrating usage of the Python API for DeepStream Service Maker, either by flow API or by pipeline API. See the Python Service Maker documentation for details.

Other sample reference apps for pyservicemaker can be found at service-maker/sources/apps/python/. Pysm sample apps using TAO pre-trained models can be found in the deepstream_tao_apps repo.

Prerequisites

  • torchvision
pip3 install torchvision
  • pyyaml
pip3 install pyyaml