zhuchi76 commited on
Commit
9b1198d
·
verified ·
1 Parent(s): d7d59da

Update README to hub

Browse files
Files changed (1) hide show
  1. README.md +37 -28
README.md CHANGED
@@ -87,38 +87,47 @@ A data point comprises an image and its object annotations.
87
  - `id`: the annotation id
88
  - `area`: the area of the bounding box
89
  - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
90
- - `category`: the object's category, with possible values including `BallonBoat` (0),`BigBoat` (1),`Boat` (2), `JetSki` (3), `Katamaran` (4), `SailBoat` (5), `SmallBoat` (6), `SpeedBoat` (7), and `WAM_V` (8).
 
 
 
 
 
 
 
 
 
91
 
92
 
93
  ### Data Splits
94
 
95
- Training dataset (42833)
96
- - real
97
- - WAM_V (2333)
98
- - virtual
99
- - BallonBoat (4500)
100
- - BigBoat (4500)
101
- - Boat (4500)
102
- - JetSki (4500)
103
- - Katamaran (4500)
104
- - SailBoat (4500)
105
- - SmallBoat (4500)
106
- - SpeedBoat (4500)
107
- - WAM_V (4500)
108
-
109
- Val dataset (5400)
110
- - real
111
- - WAM_V (900)
112
- - virtual
113
- - BallonBoat (500)
114
- - BigBoat (500)
115
- - Boat (500)
116
- - JetSki (500)
117
- - Katamaran (500)
118
- - SailBoat (500)
119
- - SmallBoat (500)
120
- - SpeedBoat (500)
121
- - WAM_V (500)
122
 
123
 
124
  ## Usage
 
87
  - `id`: the annotation id
88
  - `area`: the area of the bounding box
89
  - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
90
+ - `category`: the object's category, with possible values including
91
+ - `BallonBoat` (0)
92
+ - `BigBoat` (1)
93
+ - `Boat` (2)
94
+ - `JetSki` (3)
95
+ - `Katamaran` (4)
96
+ - `SailBoat` (5)
97
+ - `SmallBoat` (6)
98
+ - `SpeedBoat` (7)
99
+ - `WAM_V` (8)
100
 
101
 
102
  ### Data Splits
103
 
104
+ - `Training dataset` (42833)
105
+ - `Real`
106
+ - `WAM_V` (2333)
107
+ - `Virtual`
108
+ - `BallonBoat` (4500)
109
+ - `BigBoat` (4500)
110
+ - `Boat` (4500)
111
+ - `JetSki` (4500)
112
+ - `Katamaran` (4500)
113
+ - `SailBoat` (4500)
114
+ - `SmallBoat` (4500)
115
+ - `SpeedBoat` (4500)
116
+ - `WAM_V` (4500)
117
+
118
+ - `Val dataset` (5400)
119
+ - `Real`
120
+ - `WAM_V` (900)
121
+ - `Virtual`
122
+ - `BallonBoat` (500)
123
+ - `BigBoat` (500)
124
+ - `Boat` (500)
125
+ - `JetSki` (500)
126
+ - `Katamaran` (500)
127
+ - `SailBoat` (500)
128
+ - `SmallBoat` (500)
129
+ - `SpeedBoat` (500)
130
+ - `WAM_V` (500)
131
 
132
 
133
  ## Usage