Releases: cj-mills/byte-track-eigen
Releases · cj-mills/byte-track-eigen
ByteTrack-Eigen 2.1.0
New Features
- Enabled cross-platform compilation (Issue #1: Platform Compatibility), thanks to @Dachui66
Bugs Squashed
- Clean up
removed_tracks
member variable to avoid memory growth (Issue #2: Memory Bug), thanks to @Dachui66 - Applied recommended change to
KalmanBBoxTrack::tlwh()
to avoid compilation error in Debug mode (Issue #3), thanks to @Dachui66
ByteTrack-Eigen 2.0.0
Renamed BaseTrack::resetCount()
to BaseTrack::reset_count()
to match the naming convention for other methods.
Updated match_detections_with_tracks
function to remove the track_ids_input
parameter.
ByteTrack-Eigen 1.0.0
Introduction: ByteTrack-Eigen 1.0.0 is the first release of my C++ implementation of the ByteTrack object tracking method, leveraging the Eigen library for high-performance matrix and vector operations. This standalone library is designed for integration into various real-time object tracking projects.
Download: The compiled .lib
and .dll
files are available in the attached zip file for immediate use.