Skip to content
Snippets Groups Projects
Commit fcbad1e1 authored by Nattichai Sutipanwihan's avatar Nattichai Sutipanwihan Committed by Kai Chen
Browse files

Update GETTING_STARTED.md (#865)

parent abc50611
No related branches found
No related tags found
No related merge requests found
......@@ -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))
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment