From e876a0121ea0cd290d9272d195904553da99374f Mon Sep 17 00:00:00 2001 From: Calvin Leung <24209180+cleung30@users.noreply.github.com> Date: Mon, 21 Jan 2019 08:04:48 -0800 Subject: [PATCH] Added additional Tensorflow youtube tutorial (#29341) --- .../english/machine-learning/yolo-for-object-detection/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/machine-learning/yolo-for-object-detection/index.md b/guide/english/machine-learning/yolo-for-object-detection/index.md index a42a89e043..e27b8f0f68 100644 --- a/guide/english/machine-learning/yolo-for-object-detection/index.md +++ b/guide/english/machine-learning/yolo-for-object-detection/index.md @@ -10,3 +10,5 @@ YOLO is a combined classification and detection framework that is capable of mak - YOLO [paper](https://arxiv.org/abs/1506.02640) - Author [website](https://pjreddie.com/darknet/yolo/) - Demo [video](https://www.youtube.com/watch?v=VOC3huqHrss) +- YOLO Object Detection (TensorFlow tutorial) [video](https://www.youtube.com/watch?v=4eIBisqx9_g) +