Update README.md
This commit is contained in:
parent
23c941d649
commit
95ece34cb8
27
README.md
27
README.md
@ -780,3 +780,30 @@ balance_and_augment.py (equalise class counts, generate augmented copies)
|
|||||||
```
|
```
|
||||||
|
|
||||||
Each iteration your classifier gets better, which means the auto-labelling in the next iteration needs less manual correction.
|
Each iteration your classifier gets better, which means the auto-labelling in the next iteration needs less manual correction.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<img src="runs/classify/per_class_accuracy.png" height="500"><br>
|
||||||
|
<b>Per-Class Accuracy</b>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<img src="runs/classify/class_distribution.png" height="500"><br>
|
||||||
|
<b>Class Distribution</b>
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<img src="runs/classify/confusion_matrix.png" height="500"><br>
|
||||||
|
<b>Confusion Matrix</b>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
<img src="runs/classify/training_curves.png" height="400"><br>
|
||||||
|
<b>Training Curves</b>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user