Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- object-detection
|
| 4 |
+
dataset_info:
|
| 5 |
+
features:
|
| 6 |
+
- name: image
|
| 7 |
+
dtype: image
|
| 8 |
+
- name: objects
|
| 9 |
+
sequence:
|
| 10 |
+
- name: bbox
|
| 11 |
+
sequence: float32
|
| 12 |
+
length: 4
|
| 13 |
+
- name: category
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: area
|
| 16 |
+
dtype: float64
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# micro-ghost dataset
|
| 20 |
+
|
| 21 |
+
Object detection dataset for crab pot detection.
|