Skip to content

Releases: cj-mills/byte-track-eigen

ByteTrack-Eigen 2.1.0

16 Dec 21:53
Compare
Choose a tag to compare

New Features

Bugs Squashed

ByteTrack-Eigen 2.0.0

19 Nov 01:36
Compare
Choose a tag to compare

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

16 Nov 03:52
ac09da9
Compare
Choose a tag to compare

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.