Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 4.43 KB

File metadata and controls

57 lines (40 loc) · 4.43 KB

YOLOV5

INTRODUCTION

This is tensorrt c++ api implementation of yolov5.

Feature

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

Build