/yolov4_deepstream

Primary LanguageC++Apache License 2.0Apache-2.0

YOLOv4 Sample

Introduction

This repository includes TensorRT sample of YOLOv4 in 2 ways

  1. To run TensorRT engine of YOLOv4 in standalone mode

    • Please refer README.md in ./tensorrt_yolov4 for more detailed information
  2. To run TensorRT engine of YOLOv4 integrating with DeepStream 5.0

    • Please refer README.md in ./deepstream_yolov4 for more detailed information