TensorRT YOLO v3.0 - Release Notes
Breaking Changes
- Add TensorRT INT8 PTQ support (87f67ff)
- Add C++ inference implementation (0f3069f)
- Implemented parallel preprocessing with multiple streams (86d6175)
- Refactor C++ inference code to support dynamic and static libraries (425a1a4)
- Refactored Python code related to TensorRT-YOLO and packaged it as tensorrt_yolo. (a10ebc8)
Bug Fixes
- Fix batch visualize bug (9125219)
- Remove deleted move constructor and move assignment operator (e287342)
- Fix duplicate imports (1237e21)
- Fix bug (24ea950)
Full Changelog: v2.0...v3.0