Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darpan-jain authored Feb 18, 2019
1 parent f1757b9 commit 443a0ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,14 @@ Upon running `main.py`, the results are as shown below. (Refer `./results`)
<p align="center">
<img src="https://github.com/darpan-jain/crowd-counter/blob/master/results/result0003.jpg" width="640px" height="480px"/></p>

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

0 comments on commit 443a0ee

Please sign in to comment.