We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffb142 commit daa9f7fCopy full SHA for daa9f7f
README.md
@@ -1,6 +1,6 @@
1
Real Time Helmet Detection
2
==
3
-This is pytorch implementation of helmett detector based on [CenterNet](https://arxiv.org/abs/1904.07850).
+This is pytorch implementation of helmet detector based on [CenterNet](https://arxiv.org/abs/1904.07850).
4
5
I used the [SafetyHelmetWearing-Dataset(SHWD)](https://github.com/njvisionpower/Safety-Helmet-Wearing-Dataset) to detect helmet or person.
6
@@ -49,7 +49,7 @@ $ python evaluate.py --gpu-no 0 --model-load ./WEIGHTS/check_point.pth --data ./
49
| --- | --- |
50
|  |  |
51
52
-**Performance of the model**
+**Performance**
53
54
| Helmet (AP) | Person (AP) | mAP |
55
| --- | --- | --- |
0 commit comments