Update README.md
Browse files
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="
|
| 36 |
-
<img alt="Example Image 2" src="
|
| 37 |
|
| 38 |
# Training Procedure
|
| 39 |
|
|
@@ -68,16 +68,16 @@ Training specs:
|
|
| 68 |
-->
|
| 69 |
**Key Visualizations:**
|
| 70 |
|
| 71 |
-
<img alt="Confusion Matrix" src="
|
| 72 |
-
<img alt="F1-Confidence Graph" src="
|
| 73 |
-
<img alt="Precision-Confidence Graph" src="
|
| 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 |
|