We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d58a25 commit 36df572Copy full SHA for 36df572
README.md
@@ -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