Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +38 -27
- pairs/test-00000-of-00006.parquet +3 -0
- pairs/test-00001-of-00006.parquet +3 -0
- pairs/test-00002-of-00006.parquet +3 -0
- pairs/test-00003-of-00006.parquet +3 -0
- pairs/test-00004-of-00006.parquet +3 -0
- pairs/test-00005-of-00006.parquet +3 -0
- pairs/train-00000-of-00026.parquet +3 -0
- pairs/train-00001-of-00026.parquet +3 -0
- pairs/train-00002-of-00026.parquet +3 -0
- pairs/train-00003-of-00026.parquet +3 -0
- pairs/train-00004-of-00026.parquet +3 -0
- pairs/train-00005-of-00026.parquet +3 -0
- pairs/train-00006-of-00026.parquet +3 -0
- pairs/train-00007-of-00026.parquet +3 -0
- pairs/train-00008-of-00026.parquet +3 -0
- pairs/train-00009-of-00026.parquet +3 -0
- pairs/train-00010-of-00026.parquet +3 -0
- pairs/train-00011-of-00026.parquet +3 -0
- pairs/train-00012-of-00026.parquet +3 -0
- pairs/train-00013-of-00026.parquet +3 -0
- pairs/train-00014-of-00026.parquet +3 -0
- pairs/train-00015-of-00026.parquet +3 -0
- pairs/train-00016-of-00026.parquet +3 -0
- pairs/train-00017-of-00026.parquet +3 -0
- pairs/train-00018-of-00026.parquet +3 -0
- pairs/train-00019-of-00026.parquet +3 -0
- pairs/train-00020-of-00026.parquet +3 -0
- pairs/train-00021-of-00026.parquet +3 -0
- pairs/train-00022-of-00026.parquet +3 -0
- pairs/train-00023-of-00026.parquet +3 -0
- pairs/train-00024-of-00026.parquet +3 -0
- pairs/train-00025-of-00026.parquet +3 -0
- pairs/validation-00000-of-00003.parquet +3 -0
- pairs/validation-00001-of-00003.parquet +3 -0
- pairs/validation-00002-of-00003.parquet +3 -0
README.md
CHANGED
@@ -83,21 +83,23 @@ dataset_info:
|
|
83 |
- name: pair_id
|
84 |
dtype: uint32
|
85 |
- name: src_img
|
86 |
-
dtype:
|
|
|
|
|
87 |
- name: src_segmentation
|
88 |
-
dtype:
|
|
|
|
|
89 |
- name: src_data_index
|
90 |
dtype: uint32
|
91 |
- name: src_name
|
92 |
dtype: string
|
93 |
- name: src_imsize
|
94 |
-
sequence:
|
95 |
-
|
96 |
-
length: 3
|
97 |
- name: src_bndbox
|
98 |
-
sequence:
|
99 |
-
|
100 |
-
length: 4
|
101 |
- name: src_pose
|
102 |
dtype:
|
103 |
class_label:
|
@@ -110,26 +112,27 @@ dataset_info:
|
|
110 |
- name: src_kps
|
111 |
dtype:
|
112 |
array2_d:
|
113 |
-
dtype: uint32
|
114 |
shape:
|
115 |
-
- None
|
116 |
- 2
|
|
|
117 |
- name: trg_img
|
118 |
-
dtype:
|
|
|
|
|
119 |
- name: trg_segmentation
|
120 |
-
dtype:
|
|
|
|
|
121 |
- name: trg_data_index
|
122 |
dtype: uint32
|
123 |
- name: trg_name
|
124 |
dtype: string
|
125 |
- name: trg_imsize
|
126 |
-
sequence:
|
127 |
-
|
128 |
-
length: 3
|
129 |
- name: trg_bndbox
|
130 |
-
sequence:
|
131 |
-
|
132 |
-
length: 4
|
133 |
- name: trg_pose
|
134 |
dtype:
|
135 |
class_label:
|
@@ -142,13 +145,11 @@ dataset_info:
|
|
142 |
- name: trg_kps
|
143 |
dtype:
|
144 |
array2_d:
|
145 |
-
dtype: uint32
|
146 |
shape:
|
147 |
-
- None
|
148 |
- 2
|
|
|
149 |
- name: kps_ids
|
150 |
-
sequence:
|
151 |
-
dtype: uint32
|
152 |
- name: category
|
153 |
dtype: string
|
154 |
- name: category_id
|
@@ -183,16 +184,26 @@ dataset_info:
|
|
183 |
dtype: uint8
|
184 |
splits:
|
185 |
- name: train
|
186 |
-
num_bytes:
|
187 |
num_examples: 53340
|
188 |
- name: validation
|
189 |
-
num_bytes:
|
190 |
num_examples: 5384
|
191 |
- name: test
|
192 |
-
num_bytes:
|
193 |
num_examples: 12234
|
194 |
-
download_size:
|
195 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
---
|
197 |
|
198 |
# SPair-71k
|
|
|
83 |
- name: pair_id
|
84 |
dtype: uint32
|
85 |
- name: src_img
|
86 |
+
dtype:
|
87 |
+
image:
|
88 |
+
decode: false
|
89 |
- name: src_segmentation
|
90 |
+
dtype:
|
91 |
+
image:
|
92 |
+
decode: false
|
93 |
- name: src_data_index
|
94 |
dtype: uint32
|
95 |
- name: src_name
|
96 |
dtype: string
|
97 |
- name: src_imsize
|
98 |
+
sequence: uint32
|
99 |
+
length: 3
|
|
|
100 |
- name: src_bndbox
|
101 |
+
sequence: uint32
|
102 |
+
length: 4
|
|
|
103 |
- name: src_pose
|
104 |
dtype:
|
105 |
class_label:
|
|
|
112 |
- name: src_kps
|
113 |
dtype:
|
114 |
array2_d:
|
|
|
115 |
shape:
|
|
|
116 |
- 2
|
117 |
+
dtype: uint32
|
118 |
- name: trg_img
|
119 |
+
dtype:
|
120 |
+
image:
|
121 |
+
decode: false
|
122 |
- name: trg_segmentation
|
123 |
+
dtype:
|
124 |
+
image:
|
125 |
+
decode: false
|
126 |
- name: trg_data_index
|
127 |
dtype: uint32
|
128 |
- name: trg_name
|
129 |
dtype: string
|
130 |
- name: trg_imsize
|
131 |
+
sequence: uint32
|
132 |
+
length: 3
|
|
|
133 |
- name: trg_bndbox
|
134 |
+
sequence: uint32
|
135 |
+
length: 4
|
|
|
136 |
- name: trg_pose
|
137 |
dtype:
|
138 |
class_label:
|
|
|
145 |
- name: trg_kps
|
146 |
dtype:
|
147 |
array2_d:
|
|
|
148 |
shape:
|
|
|
149 |
- 2
|
150 |
+
dtype: uint32
|
151 |
- name: kps_ids
|
152 |
+
sequence: uint32
|
|
|
153 |
- name: category
|
154 |
dtype: string
|
155 |
- name: category_id
|
|
|
184 |
dtype: uint8
|
185 |
splits:
|
186 |
- name: train
|
187 |
+
num_bytes: 12732843160.84
|
188 |
num_examples: 53340
|
189 |
- name: validation
|
190 |
+
num_bytes: 1348449435.048
|
191 |
num_examples: 5384
|
192 |
- name: test
|
193 |
+
num_bytes: 2847159240.748
|
194 |
num_examples: 12234
|
195 |
+
download_size: 15952486842
|
196 |
+
dataset_size: 16928451836.636002
|
197 |
+
configs:
|
198 |
+
- config_name: pairs
|
199 |
+
data_files:
|
200 |
+
- split: train
|
201 |
+
path: pairs/train-*
|
202 |
+
- split: validation
|
203 |
+
path: pairs/validation-*
|
204 |
+
- split: test
|
205 |
+
path: pairs/test-*
|
206 |
+
default: true
|
207 |
---
|
208 |
|
209 |
# SPair-71k
|
pairs/test-00000-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:454ccc9b6b09b9cfc75620750c15185a2093ed405974ff2c3c3d9f60dffe1346
|
3 |
+
size 440333062
|
pairs/test-00001-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34b438e9ccc0b15829a157fdc270106c922d6a4613bc394b88981a00790f0b40
|
3 |
+
size 435851219
|
pairs/test-00002-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d4fd27bfe3e50ab1a9600935f5124d531077a71d952dbe493f4d87467458a0
|
3 |
+
size 436441232
|
pairs/test-00003-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:595526a9eb4e1bcb2e5423810a36308f9d73aa98b014a9bbfa21b6664e902be6
|
3 |
+
size 436355632
|
pairs/test-00004-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f308d5a5cd9145e020a6ddc6a9473dff32708d032e9127637eb37ba0a82a8d5b
|
3 |
+
size 441331212
|
pairs/test-00005-of-00006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:145edce6324372b0baa2e6b2f24595b19b93c1bcec3d206089767002c2e814ef
|
3 |
+
size 435210136
|
pairs/train-00000-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:226cf71a0e022dc361d0092bc2c8134b29a26c8e6aa0fcab52002fa4630baaca
|
3 |
+
size 464881329
|
pairs/train-00001-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394de40c7d96576ded885c850565edc296b9a96bd68a7b893520b37029786e9b
|
3 |
+
size 464150977
|
pairs/train-00002-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f23e881374fa228ae1011bae692d80a04bbab3c8318b983cbfa59c3bfa9d6ed
|
3 |
+
size 468036331
|
pairs/train-00003-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d33fefd1b0160905b2cb8dc104c77ec6650d4d2367974464ed1f3aaafb6b2478
|
3 |
+
size 468390470
|
pairs/train-00004-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb35cc60d646637c0250167fa551f12c6af5d3a60c994d335669a5021fc354e
|
3 |
+
size 469897476
|
pairs/train-00005-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f1e1034d49a452241f473793bdec0df7ff6c381fd31442f1c4d1485e44011b7
|
3 |
+
size 470864459
|
pairs/train-00006-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:110b2e726b692d6ca20b0a5ae90644df9404cdb48914076f38886d9a95750836
|
3 |
+
size 467656961
|
pairs/train-00007-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:512f003905ba2b9d63a447e8c43850a23f2851aa6d8e28af4e8c7a1d6a3000af
|
3 |
+
size 468852937
|
pairs/train-00008-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7246520d3bb17c1960f32c46e0e6a89e9645f615aa7c7c50b64f161afb4a36d4
|
3 |
+
size 469618838
|
pairs/train-00009-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b71220c492019d8fdf8c5efb1a7863f17dae052f85a15119f3292bbf77e0d47
|
3 |
+
size 467434636
|
pairs/train-00010-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:648a54d9279e729d8813a538046cad55247382924d7cd176b386264ea4722dc6
|
3 |
+
size 472568802
|
pairs/train-00011-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0865b56e424a38ee51d05e7b2d3a22ebd3bd540c231763a5f32075b5f7fa9c
|
3 |
+
size 466499759
|
pairs/train-00012-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df284ae163fa0c0290712b56233ac18da52534287137cc39727ae4194d71eaa7
|
3 |
+
size 469988838
|
pairs/train-00013-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6625ebce873ea9ab4db718bddebcaaf6f930fa5bb991d0fc0d138f5dfb0a297
|
3 |
+
size 468177567
|
pairs/train-00014-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c827fba314786e04ec35b918d631223c922888bd06b2c28f757271c2d3ac1ec
|
3 |
+
size 470740118
|
pairs/train-00015-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2264c027473196e341d9ce2db156c1f72f4822a8d6c7962d3542a72f68b04f97
|
3 |
+
size 460818888
|
pairs/train-00016-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1478dacdbc18c268be43dfb8d2ef197bef777b0e2f605fcfd629739eb34247c1
|
3 |
+
size 467701387
|
pairs/train-00017-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ecb20cdc4f6540be111c66a39e3ba54e1ef4956c9243456bc02077c11409e22
|
3 |
+
size 463206220
|
pairs/train-00018-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b12c5a81521af921907e91f28a3b562ea47d8c38d93e5df9600f9c894d3d34dc
|
3 |
+
size 462038504
|
pairs/train-00019-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edab6f1c31a65453db2136c3e8530b84c13d10a03392f5134feaf0824684eade
|
3 |
+
size 463758668
|
pairs/train-00020-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73bfb83cb74e2819fd80d40268dd690fe96a9b0af8885bce7e19937338d934b7
|
3 |
+
size 463791910
|
pairs/train-00021-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f423bd847926d1ba301e63734c07bedaac3577d8cc7e4d31ecf72eaa76f414a7
|
3 |
+
size 468275843
|
pairs/train-00022-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f13cbbe2978aa93a390b3db7721f29c7ffb4f01c73f279666ff0cc176761fcf2
|
3 |
+
size 471721019
|
pairs/train-00023-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696409b741ce21905385c13b5ec8cf7ead24ff8fde6e455a407880a830839250
|
3 |
+
size 468839180
|
pairs/train-00024-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c05c524de84543f9cfd606c674ec823d27df763ced8836069c81f7003a3779f
|
3 |
+
size 464590828
|
pairs/train-00025-of-00026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f85f95841d4cf50644b7f3c7fd369af861e3e6d18445b0605df82337d916e946
|
3 |
+
size 474462525
|
pairs/validation-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcb66effe61028d3306d22984e7085398d285056b3af0265d88721274c921f12
|
3 |
+
size 394757998
|
pairs/validation-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09fc0325fc094f0b2b44af788eec505e3fd7aea0c43debacfb2652113cc0c486
|
3 |
+
size 390811545
|
pairs/validation-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9924d55a647195a3a69e47c9db4300361fbd9ccf8c2c6962584ddc50d5ae8ae0
|
3 |
+
size 384430336
|