Skip to content

Commit 5f475ca

Browse files
authored
Update README.md
1 parent 835a9f2 commit 5f475ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

425_Gold-YOLO-Body-Head-Hand/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Lightweight human detection model generated using a high-quality human dataset.
33

44
`Head` does not mean `Face`. Thus, the entire head is detected rather than a narrow region of the face. This makes it possible to detect all 360° head orientations.
55

6-
- Dataset
6+
## 1. Dataset
77
- COCO-Hand (14,667 Images, 66,903 labels, All re-annotated manually)
88
- http://vision.cs.stonybrook.edu/~supreeth/COCO-Hand.zip
99
- I am adding my own enhancement data to COCO-Hand and re-annotating all images. In other words, only COCO images were cited and no annotation data were cited.
@@ -17,7 +17,8 @@ Lightweight human detection model generated using a high-quality human dataset.
1717
Total: 14,667 images
1818
```
1919
![image](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/22b56779-928b-44d8-944c-25431b83e24f)
20-
- Annotation
20+
21+
## 2. Annotation
2122
2223
Halfway compromises are never acceptable.
2324
@@ -29,7 +30,7 @@ Lightweight human detection model generated using a high-quality human dataset.
2930
3031
![icon_design drawio (3)](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/72740ed3-ae9f-4ab7-9b20-bea62c58c7ac)
3132
32-
- Test
33+
## 3. Test
3334
- Python 3.10
3435
- onnxruntime-gpu v1.16.1 (TensorRT Execution Provider Enabled Binary)
3536
- opencv-contrib-python 4.8.0.76
@@ -134,7 +135,7 @@ Lightweight human detection model generated using a high-quality human dataset.
134135
135136
![image](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/05e528b7-6ace-4878-94f0-ad86ac46324e)
136137
137-
## Citiation
138+
## 4. Citiation
138139
If this work has contributed in any way to your research or business, I would be happy to be cited in your literature.
139140
```
140141
@software{Gold-YOLO-Body-Head-Hand,
@@ -146,7 +147,7 @@ Lightweight human detection model generated using a high-quality human dataset.
146147
}
147148
```
148149
149-
## Cited
150+
## 5. Cited
150151
I am very grateful for their excellent work.
151152
- COCO-Hand
152153

0 commit comments

Comments
 (0)