rohans0 commited on
Commit
a6d7e1d
·
verified ·
1 Parent(s): d46f15c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -31,9 +31,9 @@ Combined total 13350 (a few removed due to annotation issues)
31
  |--------|--------|
32
  | 395,753 | 358,538 |
33
 
34
- Limitation: not all instances of classes are annotated in images; some parking spaces missed (see below)
35
- <img alt="Example Image 1" src="https://huggingface.co/cvtechniques/ParkingLotDetection/resolve/main/example1.png" width="400"/>
36
- <img alt="Example Image 2" src="https://huggingface.co/cvtechniques/ParkingLotDetection/resolve/main/example2.png" width="400"/>
37
 
38
  # Training Procedure
39
 
@@ -68,16 +68,16 @@ Training specs:
68
  -->
69
  **Key Visualizations:**
70
 
71
- <img alt="Confusion Matrix" src="https://huggingface.co/cvtechniques/ParkingLotDetection/resolve/main/confusion_matrix_normalized.png" width="700"/>
72
- <img alt="F1-Confidence Graph" src="https://huggingface.co/cvtechniques/ParkingLotDetection/resolve/main/BoxF1_curve.png" width="700"/>
73
- <img alt="Precision-Confidence Graph" src="https://huggingface.co/cvtechniques/ParkingLotDetection/resolve/main/BoxP_curve.png" width="700"></img>
74
 
75
  **Performance Analysis:**
76
  <!--
77
  This is where you demonstrate critical thinking. Interpret your results - don't just present numbers
78
  -->
79
 
80
- Model performs extremely well in all metrics, however -
81
 
82
  confusion matrix shows false positives with background ~50% of the time…
83
 
 
31
  |--------|--------|
32
  | 395,753 | 358,538 |
33
 
34
+ Limitation: not all instances of classes are annotated in images; some both empty and filled parking spaces missed (see below)
35
+ <img alt="Example Image 1" src="example1.png" width="400"/>
36
+ <img alt="Example Image 2" src="example2.png" width="400"/>
37
 
38
  # Training Procedure
39
 
 
68
  -->
69
  **Key Visualizations:**
70
 
71
+ <img alt="Confusion Matrix" src="confusion_matrix_normalized.png" width="700"/>
72
+ <img alt="F1-Confidence Graph" src="BoxF1_curve.png" width="700"/>
73
+ <img alt="Precision-Confidence Graph" src="BoxP_curve.png" width="700"/>
74
 
75
  **Performance Analysis:**
76
  <!--
77
  This is where you demonstrate critical thinking. Interpret your results - don't just present numbers
78
  -->
79
 
80
+ Model performs extremely well in all metrics, however -vtechniques/
81
 
82
  confusion matrix shows false positives with background ~50% of the time…
83