DunnBC22 commited on
Commit
8a4216c
1 Parent(s): 5414473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -21,15 +21,15 @@ This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.c
21
 
22
  ## Model description
23
 
24
- More information needed
25
 
26
  ## Intended uses & limitations
27
 
28
- More information needed
29
 
30
  ## Training and evaluation data
31
 
32
- More information needed
33
 
34
  ## Training procedure
35
 
@@ -46,6 +46,21 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.31.0
 
21
 
22
  ## Model description
23
 
24
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Computer%20Vision/Object%20Detection/Trained%2C%20But%20to%20Standard/Wall%20Damage%20Object%20Detection/Wall_Damage_Object_Detection_YOLOS.ipynb
25
 
26
  ## Intended uses & limitations
27
 
28
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
29
 
30
  ## Training and evaluation data
31
 
32
+ Dataset Source: https://huggingface.co/datasets/Francesco/wall-damage
33
 
34
  ## Training procedure
35
 
 
46
 
47
  ### Training results
48
 
49
+ | Metric Name | IoU | Area | maxDets | Metric Value |
50
+ |:-----:|:-----:|:-----:|:-----:|:-----:|
51
+ | Average Precision (AP) | IoU=0.50:0.95 | area= all | maxDets=100 | 0.241 |
52
+ | Average Precision (AP) | IoU=0.50 | area= all | maxDets=100 | 0.400 |
53
+ | Average Precision (AP) | IoU=0.75 | area= all | maxDets=100 | 0.231 |
54
+ | Average Precision (AP) | IoU=0.50:0.95 | area= small | maxDets=100 | -1.000 |
55
+ | Average Precision (AP) | IoU=0.50:0.95 | area=medium | maxDets=100 | -1.000 |
56
+ | Average Precision (AP) | IoU=0.50:0.95 | area= large | maxDets=100 | 0.241 |
57
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets= 1 | 0.488 |
58
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets= 10 | 0.579 |
59
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets=100 | 0.621 |
60
+ | Average Recall (AR) | IoU=0.50:0.95 | area= small | maxDets=100 | -1.000 |
61
+ | Average Recall (AR) | IoU=0.50:0.95 | area=medium | maxDets=100 | -1.000 |
62
+ | Average Recall (AR) | IoU=0.50:0.95 | area= large | maxDets=100 | 0.621 |
63
+
64
  ### Framework versions
65
 
66
  - Transformers 4.31.0