Skip to content

Commit daa9f7f

Browse files
authored
Update README.md
1 parent dffb142 commit daa9f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Real Time Helmet Detection
22
==
3-
This is pytorch implementation of helmett detector based on [CenterNet](https://arxiv.org/abs/1904.07850).
3+
This is pytorch implementation of helmet detector based on [CenterNet](https://arxiv.org/abs/1904.07850).
44

55
I used the [SafetyHelmetWearing-Dataset(SHWD)](https://github.com/njvisionpower/Safety-Helmet-Wearing-Dataset) to detect helmet or person.
66

@@ -49,7 +49,7 @@ $ python evaluate.py --gpu-no 0 --model-load ./WEIGHTS/check_point.pth --data ./
4949
| --- | --- |
5050
| ![input](./imgs/000019.jpg) | ![output](./imgs/000019/image.png) |
5151

52-
**Performance of the model**
52+
**Performance**
5353

5454
| Helmet (AP) | Person (AP) | mAP |
5555
| --- | --- | --- |

0 commit comments

Comments
 (0)