From fcbad1e14f5e66d6e6b4234fb72137ca3d227571 Mon Sep 17 00:00:00 2001
From: Nattichai Sutipanwihan <nattichai@hotmail.com>
Date: Tue, 25 Jun 2019 19:07:05 +0700
Subject: [PATCH] Update GETTING_STARTED.md (#865)

---
 GETTING_STARTED.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md
index 0463a37..8881b3c 100644
--- a/GETTING_STARTED.md
+++ b/GETTING_STARTED.md
@@ -77,7 +77,7 @@ show_result(img, result, model.CLASSES)
 
 # test a list of images and write the results to image files
 imgs = ['test1.jpg', 'test2.jpg']
-for i, result in enumerate(inference_detector(model, imgs):
+for i, result in enumerate(inference_detector(model, imgs)):
     show_result(imgs[i], result, model.CLASSES, out_file='result_{}.jpg'.format(i))
 ```
 
-- 
GitLab