Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
| Model | Type | FLOPS | Params | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | Labels |
|
2 |
|:------------------:|:------:|:-------:|:--------:|:--------------:|:-----------:|:----------:|:-------------:|:-------------------------------:|
|
3 |
-
| v2021.12.30_s_yv11 | yolo | 21.6G | 9.43M | 0.91817 | 0.88054 | 0.93579 | 0.72446 | `body`, `face`, `frame`, `text` |
|
|
|
1 |
+
---
|
2 |
+
metrics:
|
3 |
+
- f1
|
4 |
+
- recall
|
5 |
+
- precision
|
6 |
+
pipeline_tag: object-detection
|
7 |
+
library_name: dghs-imgutils
|
8 |
+
---
|
9 |
+
|
10 |
| Model | Type | FLOPS | Params | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | Labels |
|
11 |
|:------------------:|:------:|:-------:|:--------:|:--------------:|:-----------:|:----------:|:-------------:|:-------------------------------:|
|
12 |
+
| v2021.12.30_s_yv11 | yolo | 21.6G | 9.43M | 0.91817 | 0.88054 | 0.93579 | 0.72446 | `body`, `face`, `frame`, `text` |
|