Object detection in images, and tracking across video frames
Full story at: https://towardsdatascience.com/object-detection-and-tracking-in-pytorch-b3cf1a696a98
References:
- YOLOv3: https://pjreddie.com/darknet/yolo/
- Erik Lindernoren's YOLO implementation: https://github.com/eriklindernoren/PyTorch-YOLOv3
- YOLO paper: https://pjreddie.com/media/files/papers/YOLOv3.pdf
- SORT paper: https://arxiv.org/pdf/1602.00763.pdf
- Alex Bewley's SORT implementation: https://github.com/abewley/sort