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 ```