Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 465 Bytes

README_en.md

File metadata and controls

13 lines (7 loc) · 465 Bytes

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