DunnBC22 commited on
Commit
46bc80d
·
1 Parent(s): d01fd07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -18,19 +18,23 @@ pipeline_tag: object-detection
18
 
19
  # yolos-small-Liver_Disease
20
 
21
- This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small) on an unknown dataset.
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
 
 
 
 
34
 
35
  ## Training procedure
36
 
@@ -47,6 +51,22 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  ### Framework versions
51
 
52
  - Transformers 4.31.0
 
18
 
19
  # yolos-small-Liver_Disease
20
 
21
+ This model is a fine-tuned version of [hustvl/yolos-small](https://huggingface.co/hustvl/yolos-small).
22
 
23
  ## Model description
24
 
25
+ https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Computer%20Vision/Object%20Detection/Liver%20Disease%20Object%20Detection/Liver_Disease_Detection_YOLOS.ipynb
26
 
27
  ## Intended uses & limitations
28
 
29
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
30
 
31
  ## Training and evaluation data
32
 
33
+ Dataset Source: https://huggingface.co/datasets/Francesco/liver-disease
34
+
35
+ **Example Image**
36
+
37
+ ![Example Image](https://raw.githubusercontent.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/main/Computer%20Vision/Object%20Detection/Liver%20Disease%20Object%20Detection/Images/Example.png)
38
 
39
  ## Training procedure
40
 
 
51
 
52
  ### Training results
53
 
54
+ |Metric Name | IoU | Area | maxDets | Metric Value |
55
+ |:-----:|:-----:|:-----:|:-----:|:-----:|
56
+ | Average Precision (AP) | IoU=0.50:0.95 | area= all | maxDets=100 | 0.254 |
57
+ | Average Precision (AP) | IoU=0.50 | area= all | maxDets=100 | 0.399 |
58
+ | Average Precision (AP) | IoU=0.75 | area= all | maxDets=100 | 0.291 |
59
+ | Average Precision (AP) | IoU=0.50:0.95 | area= small | maxDets=100 | 0.000 |
60
+ | Average Precision (AP) | IoU=0.50:0.95 | area=medium | maxDets=100 | 0.154 |
61
+ | Average Precision (AP) | IoU=0.50:0.95 | area= large | maxDets=100 | 0.283 |
62
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets= 1 | 0.147 |
63
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets= 10 | 0.451 |
64
+ | Average Recall (AR) | IoU=0.50:0.95 | area= all | maxDets=100 | 0.552 |
65
+ | Average Recall (AR) | IoU=0.50:0.95 | area= small | maxDets=100 | 0.000 |
66
+ | Average Recall (AR) | IoU=0.50:0.95 | area=medium | maxDets=100 | 0.444 |
67
+ | Average Recall (AR) | IoU=0.50:0.95 | area= large | maxDets=100 | 0.572 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.31.0