AdamCodd commited on
Commit
9bf6454
·
verified ·
1 Parent(s): 3566498

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
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 the following [crowd-detection dataset](https://universe.roboflow.com/institut-teknologi-nasional-bandung-mxgtc/crowd-detection-i75bl) (669 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.630
24
- Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.908
25
- Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.672
26
- Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
27
- Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.005
28
- Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.636
29
- Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.431
30
- Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.740
31
- Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.762
32
- Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
33
- Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.300
34
- Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.766
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 better dataset. This fine-tuned model performs best when detecting individuals who are relatively close (but not too close) to the viewpoint. As indicated by the metrics, it struggles to identify individuals farther away.
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