Update README.md
Browse files
README.md
CHANGED
@@ -16,22 +16,22 @@ YOLOS model fine-tuned on COCO 2017 object detection (118k annotated images). It
|
|
16 |
|
17 |
|
18 |
## Model description
|
19 |
-
This model has been finetuned on
|
20 |
|
21 |
```
|
22 |
-
IoU metric: bbox
|
23 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.
|
24 |
-
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.
|
25 |
-
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.
|
26 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] =
|
27 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.
|
28 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.
|
29 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.
|
30 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.
|
31 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.
|
32 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] =
|
33 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.
|
34 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.
|
35 |
```
|
36 |
|
37 |
## How to use
|
@@ -64,7 +64,7 @@ Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/mo
|
|
64 |
|
65 |
## Intended uses & limitations
|
66 |
|
67 |
-
This model is more of an experiment on a small scale and will need retraining on a
|
68 |
|
69 |
### Training hyperparameters
|
70 |
|
|
|
16 |
|
17 |
|
18 |
## Model description
|
19 |
+
This model has been finetuned on these two datasets[[1](https://universe.roboflow.com/new-workspace-phqon/object-detection-brcrx)][[2](https://universe.roboflow.com/tank-detect/person-dataset-kzsop)] (2604 samples) with the following results on the test set:
|
20 |
|
21 |
```
|
22 |
+
IoU metric: bbox
|
23 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.472
|
24 |
+
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.856
|
25 |
+
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.494
|
26 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.029
|
27 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.420
|
28 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.633
|
29 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.381
|
30 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.587
|
31 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.662
|
32 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.157
|
33 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.647
|
34 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.775
|
35 |
```
|
36 |
|
37 |
## How to use
|
|
|
64 |
|
65 |
## Intended uses & limitations
|
66 |
|
67 |
+
This model is more of an experiment on a small scale and will need retraining on a more diverse dataset. This fine-tuned model performs best when detecting individuals who are relatively close to the viewpoint. As indicated by the metrics, it struggles to identify individuals farther away.
|
68 |
|
69 |
### Training hyperparameters
|
70 |
|