fix: image data docs: readme
Browse files- README.md +16 -0
- data/images.tar.gz +2 -2
- data/masks.tar.gz +2 -2
README.md
CHANGED
@@ -7,6 +7,22 @@ language:
|
|
7 |
tags:
|
8 |
- code
|
9 |
- finance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# Pose Estimation
|
12 |
The dataset is primarly intended to dentify and predict the positions of major joints of a human body in an image. It consists of people's photographs with body part labeled with keypoints.
|
|
|
7 |
tags:
|
8 |
- code
|
9 |
- finance
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: image_id
|
13 |
+
dtype: uint32
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: mask
|
17 |
+
dtype: image
|
18 |
+
- name: shapes
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 142645152
|
23 |
+
num_examples: 29
|
24 |
+
download_size: 137240523
|
25 |
+
dataset_size: 142645152
|
26 |
---
|
27 |
# Pose Estimation
|
28 |
The dataset is primarly intended to dentify and predict the positions of major joints of a human body in an image. It consists of people's photographs with body part labeled with keypoints.
|
data/images.tar.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1189bb6c344280496b2bed29c72fafd912764832e054d34335446e6f170f46bd
|
3 |
+
size 55330665
|
data/masks.tar.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c88213ac6175a6e44ec8515452c346a33ac5d4d1ccfdd17d9d7f9baf6b2caba
|
3 |
+
size 84394183
|