Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 7.29 KB

yolov5_tutorial.md

File metadata and controls

73 lines (53 loc) · 7.29 KB

YOLOV5

INTRODUCTION

This is tensorrt c++ api implementation of yolov5.

Feature

  • yolov5 n,s,m,l,x
  • inequal net input size
  • batch inference
  • support FP32,FP16,INT8

Build