AdamCodd commited on
Commit
0c2361d
·
verified ·
1 Parent(s): a0d78b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
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
- 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
@@ -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: 2
74
- - eval_batch_size: 2
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