Update README to hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Boat Dataset for Object Detection
|
| 2 |
|
| 3 |
## Overview
|
| 4 |
-
This dataset contains images of boats for object detection tasks. It can be used to train and evaluate object detection models.
|
| 5 |
|
| 6 |
## Dataset Structure
|
| 7 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- crowdsourced
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license:
|
| 9 |
+
- unknown
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
+
source_datasets:
|
| 15 |
+
- original
|
| 16 |
+
task_categories:
|
| 17 |
+
- object-detection
|
| 18 |
+
task_ids: []
|
| 19 |
+
pretty_name: Boat
|
| 20 |
+
dataset_info:
|
| 21 |
+
features:
|
| 22 |
+
- name: image_id
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: width
|
| 25 |
+
dtype: int32
|
| 26 |
+
- name: height
|
| 27 |
+
dtype: int32
|
| 28 |
+
- name: objects
|
| 29 |
+
sequence:
|
| 30 |
+
- name: id
|
| 31 |
+
dtype: int64
|
| 32 |
+
- name: area
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: bbox
|
| 35 |
+
sequence: float32
|
| 36 |
+
length: 4
|
| 37 |
+
- name: category
|
| 38 |
+
dtype:
|
| 39 |
+
class_label:
|
| 40 |
+
names:
|
| 41 |
+
'0': BallonBoat
|
| 42 |
+
'1': BigBoat
|
| 43 |
+
'2': Boat
|
| 44 |
+
'3': JetSki
|
| 45 |
+
'4': Katamaran
|
| 46 |
+
'5': SailBoat
|
| 47 |
+
'6': SmallBoat
|
| 48 |
+
'7': Boat
|
| 49 |
+
'8': SpeedBoat
|
| 50 |
+
|
| 51 |
+
splits:
|
| 52 |
+
- name: train
|
| 53 |
+
num_examples: 42833
|
| 54 |
+
- name: test
|
| 55 |
+
num_examples: 5400
|
| 56 |
+
download_size: 22566866742
|
| 57 |
+
configs:
|
| 58 |
+
- config_name: default
|
| 59 |
+
data_files:
|
| 60 |
+
- split: train
|
| 61 |
+
path: data/train-*
|
| 62 |
+
- split: test
|
| 63 |
+
path: data/test-*
|
| 64 |
+
---
|
| 65 |
+
|
| 66 |
# Boat Dataset for Object Detection
|
| 67 |
|
| 68 |
## Overview
|
| 69 |
+
This dataset contains images of real & virtual boats for object detection tasks. It can be used to train and evaluate object detection models.
|
| 70 |
|
| 71 |
## Dataset Structure
|
| 72 |
|