From 94ef7fe4534acc284cd4496d6bc51a37f83ef0b0 Mon Sep 17 00:00:00 2001 From: Aszel Sceznyk <83076769+asceznyk@users.noreply.github.com> Date: Fri, 21 May 2021 15:55:54 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c316a0..e9c1a9e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ $ git clone https://github.com/asceznyk/oddnet.git ## 2. Make directories ``` -$ mkdir outputs/ gtruths/ +$ mkdir outputs/ gtruths/model ``` - outputs is for storing model predictions - gtruths is for stroing actual images with the ground truth boxes @@ -27,7 +27,7 @@ $ mkdir outputs/ gtruths/ 1. Plain Object Detection 2. Custom Object Detection -# 1. Plain Object Detection +# Plain Object Detection ## Run the command ```