Skip to content

Commit 36df572

Browse files
authored
Create README.md
1 parent 3d58a25 commit 36df572

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# pytorch_objectdetecttrack
2+
Object detection in images, and tracking across video frames
3+
4+
Full story at:
5+
https://towardsdatascience.com/object-detection-and-tracking-in-pytorch-b3cf1a696a98
6+
7+
References:
8+
1. YOLOv3: https://pjreddie.com/darknet/yolo/
9+
2. Erik Lindernoren's YOLO implementation: https://github.com/eriklindernoren/PyTorch-YOLOv3
10+
3. YOLO paper: https://pjreddie.com/media/files/papers/YOLOv3.pdf
11+
4. SORT paper: https://arxiv.org/pdf/1602.00763.pdf
12+
5. Alex Bewley's SORT implementation: https://github.com/abewley/sort
13+
6. Installing Python 3.6 and Torch 1.0: https://medium.com/@chrisfotache/getting-started-with-fastai-v1-the-easy-way-using-python-3-6-apt-and-pip-772386952d03

0 commit comments

Comments
 (0)