Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,27 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- accuracy
|
| 5 |
- f1
|
| 6 |
---
|
| 7 |
+
Returns ship type given an image.
|
| 8 |
+
|
| 9 |
+
See https://www.kaggle.com/code/dima806/ship-type-detection-vit for more details.
|
| 10 |
+
|
| 11 |
+
```
|
| 12 |
+
Classification report:
|
| 13 |
+
|
| 14 |
+
precision recall f1-score support
|
| 15 |
+
|
| 16 |
+
Bulkers 0.9808 1.0000 0.9903 409
|
| 17 |
+
Recreational 0.9663 0.9805 0.9734 410
|
| 18 |
+
Sailboat 0.9975 0.9829 0.9901 409
|
| 19 |
+
DDG 0.9951 0.9927 0.9939 409
|
| 20 |
+
Container Ship 1.0000 0.9902 0.9951 409
|
| 21 |
+
Tug 0.9878 0.9878 0.9878 409
|
| 22 |
+
Aircraft Carrier 1.0000 0.9878 0.9938 409
|
| 23 |
+
Cruise 0.9951 1.0000 0.9976 409
|
| 24 |
+
Submarine 0.9976 0.9976 0.9976 409
|
| 25 |
+
Car Carrier 0.9976 0.9976 0.9976 410
|
| 26 |
+
|
| 27 |
+
accuracy 0.9917 4092
|
| 28 |
+
macro avg 0.9918 0.9917 0.9917 4092
|
| 29 |
+
weighted avg 0.9918 0.9917 0.9917 4092
|
| 30 |
+
```
|