Skip to content

DeepSort implementation for person tracking using PyTorch

Notifications You must be signed in to change notification settings

jahongir7174/DeepSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSort implementation for person tracking using PyTorch

Installation

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

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