jahongir7174 / ByteTrack

ByteTrack implementation for person tracking using PyTorch

Home Page:https://arxiv.org/abs/2110.06864

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteTrack implementation for person tracking using PyTorch

Installation

conda create -n ByteTrack python=3.8
conda activate ByteTrack
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts
pip install opencv-python==4.5.5.64
pip install scipy

Note

  • The default person detector is YOLOv8-nano

Test

  • Configure your video path in main.py for testing
  • Run python main.py for testing

Results

Alt Text

Reference

About

ByteTrack implementation for person tracking using PyTorch

https://arxiv.org/abs/2110.06864


Languages

Language:Python 100.0%