From 07fe1c8fdb7e51344151a183b4d3c3e9f370b7e2 Mon Sep 17 00:00:00 2001 From: Biparnak Roy <54219771+biparnakroy@users.noreply.github.com> Date: Sat, 25 Jul 2020 21:11:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81b5551..cd3c7f9 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,8 @@ where N.b. By default it is used FP32 inference +**NOTE**: if you want to turn of the yolo coordinates out put on you terminal then change line:125 of demo/demo.cpp and line:148 of demo/map.cpp to ```detNN->draw(batch_frame,false);``` and recompile + ![demo](https://user-images.githubusercontent.com/11562617/72547657-540e7800-388d-11ea-83c6-49dfea2a0607.gif)