From 1b5231404c552b0432f7b831a6d7bc553935877c Mon Sep 17 00:00:00 2001 From: Kiran Sanjeevan Date: Sat, 14 Jul 2018 15:08:12 -0700 Subject: [PATCH] Cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a80b40e..673657f 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Original paper and github: [YOLO9000: Better, Faster, Stronger](https://arxiv.or ### Simple use --- 1. Download pretrained [model](https://drive.google.com/open?id=1khOgS8VD-paUD8KhjOLOzEXkzaXNAAMq) and place it in **dourflow/**. -2. Predict on an image: +2. Predict on an [image](https://images.pexels.com/photos/349758/hummingbird-bird-birds-349758.jpeg?auto=compress&cs=tinysrgb&h=350): ```bash -python3 dourflow.py path/to/test_image +python3 dourflow.py bird.jpg ``` 3. Use on webcam (press 'q' to quit): ```bash