This repository is intended to focus on analyzing the instances movements in a scenario using multiple object tracking with ByteTrack and YOLOX approach.
Below you can see the ByteTrack algorithm in action with YOLOX as the detection backbone.
You can see how it performs well in tracking instances with uniqe IDs even when occulsion is happening.
The model scored 80.3 on MOTA , 77.3 on IDF1 at MOTA17 dataset and performs at 30 FPS!
I am adding some analytical features with UI using streamlit.
The original repo is found here