From b7d2668de1d5b153cf8750f513d1265722a580a5 Mon Sep 17 00:00:00 2001 From: Tane van der Boon <42484083+pullmyleg@users.noreply.github.com> Date: Mon, 1 Jun 2020 15:35:13 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 576a0f1..5e46bd8 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ where * `````` is the type of network. Thee types are currently supported: ```y``` (YOLO family), ```c``` (CenterNet family) and ```m``` (MobileNet-SSD family) * ``````is the number of classes the network is trained on N.b. By default it is used FP32 inference -* `````` benchmark or save_result. Adding benchmark will not show opencv detection video allowing demo to be run from command line and providing performance results without showing the video results. Adding save_result will save output of detection to results.mp4. +* `````` benchmark or save_result. Adding benchmark will not show opencv detection video allowing demo to be run from terminal, providing performance results without showing the video. Adding save_result will save output of detection to results.mp4. ![demo](https://user-images.githubusercontent.com/11562617/72547657-540e7800-388d-11ea-83c6-49dfea2a0607.gif)