Skip to content

Releases: isarsoft/yolov4-triton-tensorrt

Release v1.4.0

12 Jan 17:00
Compare
Choose a tag to compare

What's New In v1.4.0

  • Updated implementation for yolo layer with multiple changes and bugfixes
  • Support for yolov4-tiny and yolov4-tiny-3l
  • C++ client example (for previous versions <= v1.3.0, PRs welcome)
  • Shared memory support for python client
  • Support for TensorRT 8.0 (NGC 21.10)
  • Performance improvements by ~19% (mainly due to new plugin and TRT 8)
  • Support for Triton Inference Server 21.10

Release v1.3.0

25 Sep 14:52
Compare
Choose a tag to compare

What's New In v1.3.0

  • Fixed confidence calculation (postprocessing)
  • Update client to display confidence
  • Update client to output amount of raw detection boxes

Release v1.2.0

22 Sep 15:59
Compare
Choose a tag to compare

What's New In v1.2.0

  • Update to tensorrt container version 20.08
  • Added detailed benchmarks
  • Added python client with dummy mode, image mode and video mode

Release v1.1.0

17 Aug 01:16
Compare
Choose a tag to compare

What's New In v1.1.0

  • Replaced MISH plugin layers by standard TensorRT activations resulting in 60% inference speedup

Release v1.0.0

16 Aug 12:27
Compare
Choose a tag to compare

Initial release

Features

  • Deployment to Triton Inference Server
  • Execution with trtexec
  • FP16 precision