docs: readme
Browse files
README.md
CHANGED
@@ -1,14 +1,60 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-segmentation
|
5 |
- object-detection
|
6 |
-
language:
|
7 |
-
- en
|
8 |
tags:
|
9 |
- code
|
10 |
- finance
|
11 |
- legal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# People with Guns Segmentation & Detection Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-segmentation
|
7 |
- object-detection
|
|
|
|
|
8 |
tags:
|
9 |
- code
|
10 |
- finance
|
11 |
- legal
|
12 |
+
dataset_info:
|
13 |
+
config_name: people-with-guns-segmentation-and-detection
|
14 |
+
features:
|
15 |
+
- name: id
|
16 |
+
dtype: int32
|
17 |
+
- name: name
|
18 |
+
dtype: string
|
19 |
+
- name: image
|
20 |
+
dtype: image
|
21 |
+
- name: mask
|
22 |
+
dtype: image
|
23 |
+
- name: width
|
24 |
+
dtype: uint16
|
25 |
+
- name: height
|
26 |
+
dtype: uint16
|
27 |
+
- name: shapes
|
28 |
+
sequence:
|
29 |
+
- name: label
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
'0': person
|
34 |
+
'1': gun
|
35 |
+
- name: type
|
36 |
+
dtype: string
|
37 |
+
- name: points
|
38 |
+
sequence:
|
39 |
+
sequence: float32
|
40 |
+
- name: rotation
|
41 |
+
dtype: float32
|
42 |
+
- name: occluded
|
43 |
+
dtype: uint8
|
44 |
+
- name: z_order
|
45 |
+
dtype: int16
|
46 |
+
- name: attributes
|
47 |
+
sequence:
|
48 |
+
- name: name
|
49 |
+
dtype: string
|
50 |
+
- name: text
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: train
|
54 |
+
num_bytes: 42151
|
55 |
+
num_examples: 11
|
56 |
+
download_size: 69561417
|
57 |
+
dataset_size: 42151
|
58 |
---
|
59 |
|
60 |
# People with Guns Segmentation & Detection Dataset
|