From 443a0eeeb74314ad8483289da385c139fa92b33e Mon Sep 17 00:00:00 2001 From: Darpan Jain Date: Mon, 18 Feb 2019 18:02:18 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2526ed8..1b79074 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,14 @@ Upon running `main.py`, the results are as shown below. (Refer `./results`)

+***Note:*** Since the model was trained on only **30** annotated images, the accuracy can be significantly increased by using a larger dataset to build the model. + ### Prerequisites All the required dependencies can be install by running the command `pip install -r requirements.txt` + + +### Usage + +- Place the images (.jpg) you need to run inference on in `./data/images/test` +- Run `main.py` +- Results will be saved in `./results`