From 663030aad6a618e3e9ae41a15423d4a37de1c589 Mon Sep 17 00:00:00 2001 From: Kiran Sanjeevan Date: Mon, 25 Jun 2018 19:43:33 -0700 Subject: [PATCH] Small update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3605ea..e4b9fce 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Will create a directory named **out/** in the current one and output all the ima Example: ```bash -python3 dourflow.py theoffice.png -m coco_model.h5 -c coco_config.json -t 0.35 +python3 dourflow.py images/ -m coco_model.h5 -c coco_config.json -t 0.35 ```