dima806 commited on
Commit
f83f1ee
1 Parent(s): 36c540f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -4,4 +4,22 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/vessel-ship-type-detection for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Returns vessel/ship type based on image.
8
+
9
+ See https://www.kaggle.com/code/dima806/vessel-ship-type-detection for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ Cargo 0.9927 0.9623 0.9772 424
17
+ Carrier 0.9976 1.0000 0.9988 424
18
+ Cruise 1.0000 1.0000 1.0000 424
19
+ Military 0.9976 0.9976 0.9976 424
20
+ Tankers 0.9679 0.9953 0.9814 424
21
+
22
+ accuracy 0.9910 2120
23
+ macro avg 0.9912 0.9910 0.9910 2120
24
+ weighted avg 0.9912 0.9910 0.9910 2120
25
+ ```