Table of Contents
This project is a part of the AI Vietnam - All-in-One 2023 course. The aim of the project is implementing an object tracking model using YOLO v8 and DeepSORT. The YOLO was used as object detection module while the DeepSORT acted as the object tracking module. The model was trained using the MOT17 challenge dataset: https://motchallenge.net/data/MOT17/
- [![PyTorch][https://pytorch.org/]
- ultralytics
pip install ultralytics
- Deep SORT
git clone https://github.com/wjnwjn59/deep_sort.git
Clone the repo
git clone https://github.com/vulong1503/pedestrian_tracking.git
- [AI VIETNAM] (https://aivietnam.edu.vn/)
- Ultralytics
- Deep SORT
- MOT Challenge