Skip to content

Commit

Permalink
update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed May 27, 2024
1 parent d575507 commit bd3bf8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ To run evaluation and generate the output files as per the WIDERFace specificati
You can then use the dataset's `eval_tools` to generate the mAP numbers (this needs Matlab/Octave).

Similarly, to run the model on the test set, run `make test` to generate results in the `test_results` directory.

## Deployment

To run the model on your own image, please use the `detect_image.py` script.
You may have to adjust the probability and NMS thresholds to get the best results.

0 comments on commit bd3bf8c

Please sign in to comment.