docs: readme
Browse files
README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- image-to-image
|
5 |
- image-classification
|
6 |
- object-detection
|
7 |
-
language:
|
8 |
-
- en
|
9 |
tags:
|
10 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Pigs Detection Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-to-image
|
7 |
- image-classification
|
8 |
- object-detection
|
|
|
|
|
9 |
tags:
|
10 |
- code
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: int32
|
15 |
+
- name: image
|
16 |
+
dtype: image
|
17 |
+
- name: mask
|
18 |
+
dtype: image
|
19 |
+
- name: bboxes
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 5428811
|
24 |
+
num_examples: 27
|
25 |
+
download_size: 5391503
|
26 |
+
dataset_size: 5428811
|
27 |
---
|
28 |
|
29 |
# Pigs Detection Dataset
|