Update README.md
Browse files
README.md
CHANGED
@@ -19,19 +19,19 @@ YOLOS model fine-tuned on COCO 2017 object detection (118k annotated images). It
|
|
19 |
This [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) 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 |
-
|
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 ] = 0.
|
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 ] = 0.
|
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
|
@@ -70,8 +70,8 @@ This model is more of an experiment on a small scale and will need retraining on
|
|
70 |
|
71 |
The following hyperparameters were used during training:
|
72 |
- learning_rate: 3e-05
|
73 |
-
- train_batch_size:
|
74 |
-
- eval_batch_size:
|
75 |
- seed: 42
|
76 |
- optimizer: AdamW with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- num_epochs: 5
|
|
|
19 |
This [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) 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.501
|
24 |
+
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.866
|
25 |
+
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.498
|
26 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.048
|
27 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.455
|
28 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.648
|
29 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.412
|
30 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.601
|
31 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.632
|
32 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.224
|
33 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.600
|
34 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.756
|
35 |
```
|
36 |
|
37 |
## How to use
|
|
|
70 |
|
71 |
The following hyperparameters were used during training:
|
72 |
- learning_rate: 3e-05
|
73 |
+
- train_batch_size: 4
|
74 |
+
- eval_batch_size: 4
|
75 |
- seed: 42
|
76 |
- optimizer: AdamW with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- num_epochs: 5
|