FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

thebusted/ByteTrack: ByteTrack implementation for person tracking using PyTorch · GitHub

 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Reference

About

ByteTrack implementation for person tracking using PyTorch

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL