docs: readme
Browse files
README.md
CHANGED
@@ -1,12 +1,54 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
- object-detection
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Miners Detection dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-classification
|
7 |
- object-detection
|
|
|
|
|
8 |
tags:
|
9 |
- code
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: int32
|
14 |
+
- name: name
|
15 |
+
dtype: string
|
16 |
+
- name: image
|
17 |
+
dtype: image
|
18 |
+
- name: mask
|
19 |
+
dtype: image
|
20 |
+
- name: width
|
21 |
+
dtype: uint16
|
22 |
+
- name: height
|
23 |
+
dtype: uint16
|
24 |
+
- name: shapes
|
25 |
+
sequence:
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': Miner
|
31 |
+
- name: type
|
32 |
+
dtype: string
|
33 |
+
- name: points
|
34 |
+
sequence:
|
35 |
+
sequence: float32
|
36 |
+
- name: rotation
|
37 |
+
dtype: float32
|
38 |
+
- name: occluded
|
39 |
+
dtype: uint8
|
40 |
+
- name: attributes
|
41 |
+
sequence:
|
42 |
+
- name: name
|
43 |
+
dtype: string
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 5907438
|
49 |
+
num_examples: 8
|
50 |
+
download_size: 5795853
|
51 |
+
dataset_size: 5907438
|
52 |
---
|
53 |
|
54 |
# Miners Detection dataset
|