Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 503 Bytes

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