Skip to content

TensorRT YOLO v6.4.0 - Release Notes

Latest

Choose a tag to compare

@laugh12321 laugh12321 released this 12 Dec 01:20
· 2 commits to main since this release
a011c1b

What's Changed

  • feat(nndeploy): adapt TensorRT-YOLO for nndeploy workflow by @laugh12321 in #249
  • feat(trtyolo): add coordinate transformation methods for Box and RotatedBox by @laugh12321 in #257
  • refactor(trtyolo): replace affine with letterbox and optimize mask logic by @laugh12321 in #258
  • feat(trtyolo, #206): add image channel support and refactor Python bindings by @laugh12321 in #259
  • refactor(trtyolo): restructure project and optimize code by @laugh12321 in #260
  • refactor (examples): refactor all example code to use the new interface by @laugh12321 in #261
  • feat(nndeploy): update config file to the new version by @laugh12321 in #262
  • fix(trtyolo): fix conf type conversion error and add batch attribute by @laugh12321 in #263
  • docs: update documentation for changes by @laugh12321 in #264
  • build: update build configuration by @laugh12321 in #265
  • fix(#272): prevent mask mis-alignment from out-of-bounds bbox by @laugh12321 in #273

Full Changelog: v6.3.2...v6.4.0