dp03 commited on
Commit
c720b8b
·
verified ·
1 Parent(s): dab4066

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -42,8 +42,15 @@ Annotations included manually sorting each of the 60 breeds into a catagory base
42
  Less than a .04 difference between classes for each metric.
43
  ### *Examples Of Classes*
44
 
 
 
45
  ### *Visualizations*
 
 
 
46
  ### *Performance Analysis*
 
 
47
  ***
48
  # Limitations and Biases
49
  ### *Known failure cases*
 
42
  Less than a .04 difference between classes for each metric.
43
  ### *Examples Of Classes*
44
 
45
+ ![Class Examples](https://huggingface.co/cvtechniques/DogTypeDetection/resolve/main/Screenshot%202026-03-15%20153744.png)
46
+
47
  ### *Visualizations*
48
+ <img alt="Confusion Matrix" src="https://huggingface.co/cvtechniques/DogTypeDetection/resolve/main/confusion_matrix_normalized.png" width="700"></img>
49
+ <img alt="F1-Confidence Graph" src="https://huggingface.co/cvtechniques/DogTypeDetection/resolve/main/BoxF1_curve.png" width="700"></img>
50
+ <img alt="Precsiosn-Confidence Graph" src="https://huggingface.co/cvtechniques/DogTypeDetection/resolve/main/BoxP_curve.png"></img>
51
  ### *Performance Analysis*
52
+
53
+ This model had high metrics across each of the classes, meeting the success threshold in precision, recall and F1 score. The confusion matrics shows some slight over guessing, as each of the classes had a 25% to 40% rates of being prediceted when that area was actual background. The model also predicted small dogs as large dogs 10% of the time, which was right at the limit set before training. That being said, the matrix still has high values of 80%-85% along the true postive diagonal. The 100% precioson peak at
54
  ***
55
  # Limitations and Biases
56
  ### *Known failure cases*