# track_forgex v0.2.1 - Table of Contents ## Pages - [TrackForgex](readme.md) - [Changelog](changelog.md) ## Modules - [TrackForgex](TrackForgex.md): Documentation for `TrackForgex`. - [TrackForgex.Native](TrackForgex.Native.md): Native interface to the TrackForgex library. - [TrackForgex.Trackers.ByteTrack](TrackForgex.Trackers.ByteTrack.md): ByteTracker is a state-of-the-art multi-object tracking (MOT) system that achieves high performance by associating every detection box across video frames, including low-confidence ones. Instead of discarding uncertain detections, ByteTracker uses them to improve tracking accuracy, especially for occluded or partially visible objects. - [TrackForgex.Trackers.ByteTrack.DetectionResult](TrackForgex.Trackers.ByteTrack.DetectionResult.md): ByteTrack detection result implementation. - [TrackForgex.Trackers.ByteTrack.Settings](TrackForgex.Trackers.ByteTrack.Settings.md): ByteTrack tracker implementation. - [TrackForgex.Utils.BBox](TrackForgex.Utils.BBox.md): BBox implementation. - [TrackForgex.Utils.Detection](TrackForgex.Utils.Detection.md): Detection implementation.