DeepSort implementation for person tracking using PyTorch
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
- The default person detector is
YOLOv8-nano
- Configure your video path in
main.py
for testing - Run
python main.py
for testing