Update README.md
Browse files
README.md
CHANGED
|
@@ -48,8 +48,6 @@ model.predict(source=test_blank, save=True, show=True, show_labels=False, show_c
|
|
| 48 |
|
| 49 |
## Tests
|
| 50 |
|
| 51 |
-
Here the examples of model work:
|
| 52 |
-
|
| 53 |
<p align="center">
|
| 54 |
<img width="400px" src="prediction1.png" alt="qr"/>
|
| 55 |
</p>
|
|
@@ -60,7 +58,9 @@ Here the examples of model work:
|
|
| 60 |
|
| 61 |
## Metrics
|
| 62 |
|
| 63 |
-
|
|
|
|
|
|
|
| 64 |
<p align="center">
|
| 65 |
<img src="results.png" width="200" />
|
| 66 |
</p>
|
|
|
|
| 48 |
|
| 49 |
## Tests
|
| 50 |
|
|
|
|
|
|
|
| 51 |
<p align="center">
|
| 52 |
<img width="400px" src="prediction1.png" alt="qr"/>
|
| 53 |
</p>
|
|
|
|
| 58 |
|
| 59 |
## Metrics
|
| 60 |
|
| 61 |
+
The final IoU=0.98
|
| 62 |
+
|
| 63 |
+
The IoU during training
|
| 64 |
<p align="center">
|
| 65 |
<img src="results.png" width="200" />
|
| 66 |
</p>
|