Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,9 @@ print(detect_real_faces('yolo/multiple.jpg'))
|
|
35 |
# [((1074, 732, 1258, 987), 'face', 0.8792377710342407), ((1378, 536, 1541, 716), 'face', 0.8607611656188965), ((554, 295, 759, 557), 'face', 0.8541485071182251), ((897, 315, 1068, 520), 'face', 0.8539882898330688), ((1194, 230, 1329, 403), 'face', 0.8324605226516724)]
|
36 |
```
|
37 |
|
|
|
|
|
|
|
38 |
|
39 |
| Model | Type | FLOPS | Params | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | Labels |
|
40 |
|:-------------:|:------:|:-------:|:--------:|:--------------:|:-----------:|:----------:|:-------------:|:--------:|
|
|
|
35 |
# [((1074, 732, 1258, 987), 'face', 0.8792377710342407), ((1378, 536, 1541, 716), 'face', 0.8607611656188965), ((554, 295, 759, 557), 'face', 0.8541485071182251), ((897, 315, 1068, 520), 'face', 0.8539882898330688), ((1194, 230, 1329, 403), 'face', 0.8324605226516724)]
|
36 |
```
|
37 |
|
38 |
+
For more information, see [documentation of realutils](https://dghs-realutils.deepghs.org/main/api_doc/detect/face.html).
|
39 |
+
|
40 |
+
## Models Available
|
41 |
|
42 |
| Model | Type | FLOPS | Params | precision(B) | recall(B) | mAP50(B) | mAP50-95(B) | Labels |
|
43 |
|:-------------:|:------:|:-------:|:--------:|:--------------:|:-----------:|:----------:|:-------------:|:--------:|
|