Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ widget:
|
|
14 |
metrics:
|
15 |
- average precision
|
16 |
- recall
|
|
|
17 |
model-index:
|
18 |
- name: yolos-small-finetuned-masks
|
19 |
results: []
|
@@ -67,9 +68,10 @@ This model was fine-tuned for 200 epochs on the face-mask-dataset.
|
|
67 |
This model achieves an AP (average precision) of **53.1**.
|
68 |
|
69 |
Accumulating evaluation results...
|
70 |
-
|
71 |
IoU metric: bbox
|
72 |
|
|
|
73 |
Metrics | Metric Parameter | Location | Dets | Value |
|
74 |
---------------- | --------------------- | ------------| ------------- | ----- |
|
75 |
Average Precision | (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] | 0.273 |
|
|
|
14 |
metrics:
|
15 |
- average precision
|
16 |
- recall
|
17 |
+
- IOU
|
18 |
model-index:
|
19 |
- name: yolos-small-finetuned-masks
|
20 |
results: []
|
|
|
68 |
This model achieves an AP (average precision) of **53.1**.
|
69 |
|
70 |
Accumulating evaluation results...
|
71 |
+
|
72 |
IoU metric: bbox
|
73 |
|
74 |
+
|
75 |
Metrics | Metric Parameter | Location | Dets | Value |
|
76 |
---------------- | --------------------- | ------------| ------------- | ----- |
|
77 |
Average Precision | (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] | 0.273 |
|