@prosopo/datasets 3.0.8 → 3.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/captcha/captcha.js +173 -154
  3. package/dist/captcha/dataset.js +83 -69
  4. package/dist/captcha/index.js +27 -5
  5. package/dist/captcha/merkle.js +112 -109
  6. package/dist/captcha/util.js +19 -18
  7. package/dist/index.js +31 -3
  8. package/dist/tests/mocks/data/captchas.js +1039 -1033
  9. package/dist/tests/mocks/data/captchas.json +886 -886
  10. package/dist/tests/mocks/data/captchas1.json +132 -132
  11. package/dist/tests/mocks/data/captchas2.json +175 -175
  12. package/dist/tests/mocks/data/captchas3.json +133 -133
  13. package/dist/tests/mocks/data/captchas4.json +132 -132
  14. package/package.json +15 -12
  15. package/vite.cjs.config.ts +4 -1
  16. package/vite.esm.config.ts +20 -0
  17. package/dist/captcha/captcha.d.ts +0 -21
  18. package/dist/captcha/captcha.d.ts.map +0 -1
  19. package/dist/captcha/captcha.js.map +0 -1
  20. package/dist/captcha/dataset.d.ts +0 -8
  21. package/dist/captcha/dataset.d.ts.map +0 -1
  22. package/dist/captcha/dataset.js.map +0 -1
  23. package/dist/captcha/index.d.ts +0 -5
  24. package/dist/captcha/index.d.ts.map +0 -1
  25. package/dist/captcha/index.js.map +0 -1
  26. package/dist/captcha/merkle.d.ts +0 -20
  27. package/dist/captcha/merkle.d.ts.map +0 -1
  28. package/dist/captcha/merkle.js.map +0 -1
  29. package/dist/captcha/util.d.ts +0 -2
  30. package/dist/captcha/util.d.ts.map +0 -1
  31. package/dist/captcha/util.js.map +0 -1
  32. package/dist/index.d.ts +0 -3
  33. package/dist/index.d.ts.map +0 -1
  34. package/dist/index.js.map +0 -1
  35. package/dist/tests/captcha.unit.test.d.ts +0 -2
  36. package/dist/tests/captcha.unit.test.d.ts.map +0 -1
  37. package/dist/tests/captcha.unit.test.js +0 -357
  38. package/dist/tests/captcha.unit.test.js.map +0 -1
  39. package/dist/tests/dataset.unit.test.d.ts +0 -2
  40. package/dist/tests/dataset.unit.test.d.ts.map +0 -1
  41. package/dist/tests/dataset.unit.test.js +0 -126
  42. package/dist/tests/dataset.unit.test.js.map +0 -1
  43. package/dist/tests/merkle.unit.test.d.ts +0 -2
  44. package/dist/tests/merkle.unit.test.d.ts.map +0 -1
  45. package/dist/tests/merkle.unit.test.js +0 -171
  46. package/dist/tests/merkle.unit.test.js.map +0 -1
  47. package/dist/tests/mocks/data/captchas.d.ts +0 -24
  48. package/dist/tests/mocks/data/captchas.d.ts.map +0 -1
  49. package/dist/tests/mocks/data/captchas.js.map +0 -1
@@ -1,888 +1,888 @@
1
1
  {
2
- "datasetId": "0x80f2e82ed079330c5fd9ea849a2b068e5b5c3473061219e5b33f2f210e6f1715",
3
- "captchas": [
4
- {
5
- "salt": "0x0ee5e8130bf5834978971abbb3e94703",
6
- "solution": [1, 2, 3],
7
- "timeLimit": 20,
8
- "items": [
9
- {
10
- "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
11
- "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
12
- "type": "image"
13
- },
14
- {
15
- "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
16
- "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
17
- "type": "image"
18
- },
19
- {
20
- "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
21
- "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
22
- "type": "image"
23
- },
24
- {
25
- "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
26
- "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
27
- "type": "image"
28
- },
29
- {
30
- "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
31
- "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
32
- "type": "image"
33
- },
34
- {
35
- "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
36
- "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
37
- "type": "image"
38
- },
39
- {
40
- "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
41
- "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
42
- "type": "image"
43
- },
44
- {
45
- "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
46
- "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
47
- "type": "image"
48
- },
49
- {
50
- "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
51
- "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
52
- "type": "image"
53
- }
54
- ],
55
- "target": "bus"
56
- },
57
- {
58
- "salt": "0xc91bc6807f3b240802b4fbb77b7a64cc",
59
- "solution": [0, 7, 8],
60
- "items": [
61
- {
62
- "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
63
- "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
64
- "type": "image"
65
- },
66
- {
67
- "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
68
- "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
69
- "type": "image"
70
- },
71
- {
72
- "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
73
- "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
74
- "type": "image"
75
- },
76
- {
77
- "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
78
- "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
79
- "type": "image"
80
- },
81
- {
82
- "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
83
- "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
84
- "type": "image"
85
- },
86
- {
87
- "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
88
- "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
89
- "type": "image"
90
- },
91
- {
92
- "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
93
- "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
94
- "type": "image"
95
- },
96
- {
97
- "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
98
- "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
99
- "type": "image"
100
- },
101
- {
102
- "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
103
- "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
104
- "type": "image"
105
- }
106
- ],
107
- "target": "train"
108
- },
109
- {
110
- "salt": "0x2b1bab8943b8a24ffdaa23e16b66ad91",
111
- "solution": [],
112
- "items": [
113
- {
114
- "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
115
- "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
116
- "type": "image"
117
- },
118
- {
119
- "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
120
- "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
121
- "type": "image"
122
- },
123
- {
124
- "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
125
- "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
126
- "type": "image"
127
- },
128
- {
129
- "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
130
- "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
131
- "type": "image"
132
- },
133
- {
134
- "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
135
- "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
136
- "type": "image"
137
- },
138
- {
139
- "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
140
- "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
141
- "type": "image"
142
- },
143
- {
144
- "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
145
- "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
146
- "type": "image"
147
- },
148
- {
149
- "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
150
- "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
151
- "type": "image"
152
- },
153
- {
154
- "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
155
- "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
156
- "type": "image"
157
- }
158
- ],
159
- "target": "car"
160
- },
161
- {
162
- "salt": "0x70c4756934dbb66b1aafa44178aa9e2e",
163
- "items": [
164
- {
165
- "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
166
- "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
167
- "type": "image"
168
- },
169
- {
170
- "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
171
- "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
172
- "type": "image"
173
- },
174
- {
175
- "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
176
- "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
177
- "type": "image"
178
- },
179
- {
180
- "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
181
- "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
182
- "type": "image"
183
- },
184
- {
185
- "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
186
- "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
187
- "type": "image"
188
- },
189
- {
190
- "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
191
- "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
192
- "type": "image"
193
- },
194
- {
195
- "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
196
- "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
197
- "type": "image"
198
- },
199
- {
200
- "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
201
- "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
202
- "type": "image"
203
- },
204
- {
205
- "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
206
- "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
207
- "type": "image"
208
- }
209
- ],
210
- "target": "plane"
211
- },
212
- {
213
- "salt": "0x5f3e0f226785935762337f97aee6eb9b",
214
- "solution": [2, 3, 8],
215
- "items": [
216
- {
217
- "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
218
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
219
- "type": "image"
220
- },
221
- {
222
- "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
223
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
224
- "type": "image"
225
- },
226
- {
227
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
228
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
229
- "type": "image"
230
- },
231
- {
232
- "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
233
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
234
- "type": "image"
235
- },
236
- {
237
- "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
238
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
239
- "type": "image"
240
- },
241
- {
242
- "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
243
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
244
- "type": "image"
245
- },
246
- {
247
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
248
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
249
- "type": "image"
250
- },
251
- {
252
- "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
253
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
254
- "type": "image"
255
- },
256
- {
257
- "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
258
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
259
- "type": "image"
260
- }
261
- ],
262
- "target": "dog"
263
- },
264
- {
265
- "salt": "0x2e81556317a19f15942558cc17715afc",
266
- "solution": [0, 1, 4],
267
- "items": [
268
- {
269
- "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
270
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
271
- "type": "image"
272
- },
273
- {
274
- "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
275
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
276
- "type": "image"
277
- },
278
- {
279
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
280
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
281
- "type": "image"
282
- },
283
- {
284
- "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
285
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
286
- "type": "image"
287
- },
288
- {
289
- "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
290
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
291
- "type": "image"
292
- },
293
- {
294
- "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
295
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
296
- "type": "image"
297
- },
298
- {
299
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
300
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
301
- "type": "image"
302
- },
303
- {
304
- "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
305
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
306
- "type": "image"
307
- },
308
- {
309
- "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
310
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
311
- "type": "image"
312
- }
313
- ],
314
- "target": "cat"
315
- },
316
- {
317
- "salt": "0xdc77a6623da63d4379ebacd5ad440907",
318
- "items": [
319
- {
320
- "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
321
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
322
- "type": "image"
323
- },
324
- {
325
- "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
326
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
327
- "type": "image"
328
- },
329
- {
330
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
331
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
332
- "type": "image"
333
- },
334
- {
335
- "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
336
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
337
- "type": "image"
338
- },
339
- {
340
- "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
341
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
342
- "type": "image"
343
- },
344
- {
345
- "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
346
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
347
- "type": "image"
348
- },
349
- {
350
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
351
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
352
- "type": "image"
353
- },
354
- {
355
- "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
356
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
357
- "type": "image"
358
- },
359
- {
360
- "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
361
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
362
- "type": "image"
363
- }
364
- ],
365
- "target": "horse"
366
- },
367
- {
368
- "salt": "0x0e33da9deb5f1cbeef4dce867c33c0c5",
369
- "solution": [0, 7],
370
- "items": [
371
- {
372
- "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
373
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
374
- "type": "image"
375
- },
376
- {
377
- "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
378
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
379
- "type": "image"
380
- },
381
- {
382
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
383
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
384
- "type": "image"
385
- },
386
- {
387
- "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
388
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
389
- "type": "image"
390
- },
391
- {
392
- "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
393
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
394
- "type": "image"
395
- },
396
- {
397
- "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
398
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
399
- "type": "image"
400
- },
401
- {
402
- "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
403
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
404
- "type": "image"
405
- },
406
- {
407
- "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
408
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
409
- "type": "image"
410
- },
411
- {
412
- "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
413
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
414
- "type": "image"
415
- }
416
- ],
417
- "target": "plane"
418
- },
419
- {
420
- "salt": "0x71ed6ca839978fc286f0651dfcef7862",
421
- "solution": [4, 6, 8],
422
- "items": [
423
- {
424
- "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
425
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
426
- "type": "image"
427
- },
428
- {
429
- "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
430
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
431
- "type": "image"
432
- },
433
- {
434
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
435
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
436
- "type": "image"
437
- },
438
- {
439
- "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
440
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
441
- "type": "image"
442
- },
443
- {
444
- "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
445
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
446
- "type": "image"
447
- },
448
- {
449
- "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
450
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
451
- "type": "image"
452
- },
453
- {
454
- "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
455
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
456
- "type": "image"
457
- },
458
- {
459
- "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
460
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
461
- "type": "image"
462
- },
463
- {
464
- "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
465
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
466
- "type": "image"
467
- }
468
- ],
469
- "target": "dog"
470
- },
471
- {
472
- "salt": "0xcc8730f359718c4d94c8dc565938621c",
473
- "solution": [2, 3, 5],
474
- "items": [
475
- {
476
- "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
477
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
478
- "type": "image"
479
- },
480
- {
481
- "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
482
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
483
- "type": "image"
484
- },
485
- {
486
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
487
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
488
- "type": "image"
489
- },
490
- {
491
- "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
492
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
493
- "type": "image"
494
- },
495
- {
496
- "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
497
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
498
- "type": "image"
499
- },
500
- {
501
- "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
502
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
503
- "type": "image"
504
- },
505
- {
506
- "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
507
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
508
- "type": "image"
509
- },
510
- {
511
- "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
512
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
513
- "type": "image"
514
- },
515
- {
516
- "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
517
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
518
- "type": "image"
519
- }
520
- ],
521
- "target": "horse"
522
- },
523
- {
524
- "salt": "0x234e4dc3fe6db2588645a66b78b9128a",
525
- "items": [
526
- {
527
- "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
528
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
529
- "type": "image"
530
- },
531
- {
532
- "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
533
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
534
- "type": "image"
535
- },
536
- {
537
- "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
538
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
539
- "type": "image"
540
- },
541
- {
542
- "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
543
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
544
- "type": "image"
545
- },
546
- {
547
- "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
548
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
549
- "type": "image"
550
- },
551
- {
552
- "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
553
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
554
- "type": "image"
555
- },
556
- {
557
- "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
558
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
559
- "type": "image"
560
- },
561
- {
562
- "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
563
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
564
- "type": "image"
565
- },
566
- {
567
- "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
568
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
569
- "type": "image"
570
- }
571
- ],
572
- "target": "bird"
573
- },
574
- {
575
- "salt": "0xe7988f0244c7bbf76a8f3986c9e0e136",
576
- "solution": [1, 6, 8],
577
- "items": [
578
- {
579
- "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
580
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
581
- "type": "image"
582
- },
583
- {
584
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
585
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
586
- "type": "image"
587
- },
588
- {
589
- "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
590
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
591
- "type": "image"
592
- },
593
- {
594
- "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
595
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
596
- "type": "image"
597
- },
598
- {
599
- "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
600
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
601
- "type": "image"
602
- },
603
- {
604
- "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
605
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
606
- "type": "image"
607
- },
608
- {
609
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
610
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
611
- "type": "image"
612
- },
613
- {
614
- "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
615
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
616
- "type": "image"
617
- },
618
- {
619
- "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
620
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
621
- "type": "image"
622
- }
623
- ],
624
- "target": "cat"
625
- },
626
- {
627
- "salt": "0x743db1f415ed40fc96d83957034e624c",
628
- "solution": [0, 3, 4],
629
- "items": [
630
- {
631
- "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
632
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
633
- "type": "image"
634
- },
635
- {
636
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
637
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
638
- "type": "image"
639
- },
640
- {
641
- "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
642
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
643
- "type": "image"
644
- },
645
- {
646
- "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
647
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
648
- "type": "image"
649
- },
650
- {
651
- "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
652
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
653
- "type": "image"
654
- },
655
- {
656
- "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
657
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
658
- "type": "image"
659
- },
660
- {
661
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
662
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
663
- "type": "image"
664
- },
665
- {
666
- "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
667
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
668
- "type": "image"
669
- },
670
- {
671
- "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
672
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
673
- "type": "image"
674
- }
675
- ],
676
- "target": "plane"
677
- },
678
- {
679
- "salt": "0xaeb51120352c09c503caae1c811421ba",
680
- "solution": [2, 5, 7],
681
- "items": [
682
- {
683
- "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
684
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
685
- "type": "image"
686
- },
687
- {
688
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
689
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
690
- "type": "image"
691
- },
692
- {
693
- "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
694
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
695
- "type": "image"
696
- },
697
- {
698
- "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
699
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
700
- "type": "image"
701
- },
702
- {
703
- "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
704
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
705
- "type": "image"
706
- },
707
- {
708
- "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
709
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
710
- "type": "image"
711
- },
712
- {
713
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
714
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
715
- "type": "image"
716
- },
717
- {
718
- "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
719
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
720
- "type": "image"
721
- },
722
- {
723
- "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
724
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
725
- "type": "image"
726
- }
727
- ],
728
- "target": "car"
729
- },
730
- {
731
- "salt": "0x1ef72a0d9424c9d616f41537a5dc6add",
732
- "solution": [3, 6, 7],
733
- "items": [
734
- {
735
- "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
736
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
737
- "type": "image"
738
- },
739
- {
740
- "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
741
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
742
- "type": "image"
743
- },
744
- {
745
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
746
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
747
- "type": "image"
748
- },
749
- {
750
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
751
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
752
- "type": "image"
753
- },
754
- {
755
- "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
756
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
757
- "type": "image"
758
- },
759
- {
760
- "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
761
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
762
- "type": "image"
763
- },
764
- {
765
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
766
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
767
- "type": "image"
768
- },
769
- {
770
- "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
771
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
772
- "type": "image"
773
- },
774
- {
775
- "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
776
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
777
- "type": "image"
778
- }
779
- ],
780
- "target": "cat"
781
- },
782
- {
783
- "salt": "0xf6abd9232e3c3dd786be74e31a2dde62",
784
- "solution": [8, 5, 1],
785
- "items": [
786
- {
787
- "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
788
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
789
- "type": "image"
790
- },
791
- {
792
- "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
793
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
794
- "type": "image"
795
- },
796
- {
797
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
798
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
799
- "type": "image"
800
- },
801
- {
802
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
803
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
804
- "type": "image"
805
- },
806
- {
807
- "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
808
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
809
- "type": "image"
810
- },
811
- {
812
- "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
813
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
814
- "type": "image"
815
- },
816
- {
817
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
818
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
819
- "type": "image"
820
- },
821
- {
822
- "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
823
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
824
- "type": "image"
825
- },
826
- {
827
- "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
828
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
829
- "type": "image"
830
- }
831
- ],
832
- "target": "deer"
833
- },
834
- {
835
- "salt": "0xc567e7b688bd615d75b8ae7d108c3dfb",
836
- "items": [
837
- {
838
- "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
839
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
840
- "type": "image"
841
- },
842
- {
843
- "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
844
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
845
- "type": "image"
846
- },
847
- {
848
- "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
849
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
850
- "type": "image"
851
- },
852
- {
853
- "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
854
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
855
- "type": "image"
856
- },
857
- {
858
- "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
859
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
860
- "type": "image"
861
- },
862
- {
863
- "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
864
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
865
- "type": "image"
866
- },
867
- {
868
- "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
869
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
870
- "type": "image"
871
- },
872
- {
873
- "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
874
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
875
- "type": "image"
876
- },
877
- {
878
- "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
879
- "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
880
- "type": "image"
881
- }
882
- ],
883
- "target": "dog"
884
- }
885
- ],
886
- "format": "SelectAll",
887
- "timeLimit": 30
2
+ "datasetId": "0x80f2e82ed079330c5fd9ea849a2b068e5b5c3473061219e5b33f2f210e6f1715",
3
+ "captchas": [
4
+ {
5
+ "salt": "0x0ee5e8130bf5834978971abbb3e94703",
6
+ "solution": [1, 2, 3],
7
+ "timeLimit": 20,
8
+ "items": [
9
+ {
10
+ "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
11
+ "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
12
+ "type": "image"
13
+ },
14
+ {
15
+ "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
16
+ "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
17
+ "type": "image"
18
+ },
19
+ {
20
+ "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
21
+ "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
22
+ "type": "image"
23
+ },
24
+ {
25
+ "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
26
+ "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
27
+ "type": "image"
28
+ },
29
+ {
30
+ "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
31
+ "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
32
+ "type": "image"
33
+ },
34
+ {
35
+ "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
36
+ "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
37
+ "type": "image"
38
+ },
39
+ {
40
+ "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
41
+ "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
42
+ "type": "image"
43
+ },
44
+ {
45
+ "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
46
+ "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
47
+ "type": "image"
48
+ },
49
+ {
50
+ "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
51
+ "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
52
+ "type": "image"
53
+ }
54
+ ],
55
+ "target": "bus"
56
+ },
57
+ {
58
+ "salt": "0xc91bc6807f3b240802b4fbb77b7a64cc",
59
+ "solution": [0, 7, 8],
60
+ "items": [
61
+ {
62
+ "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
63
+ "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
64
+ "type": "image"
65
+ },
66
+ {
67
+ "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
68
+ "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
69
+ "type": "image"
70
+ },
71
+ {
72
+ "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
73
+ "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
74
+ "type": "image"
75
+ },
76
+ {
77
+ "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
78
+ "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
79
+ "type": "image"
80
+ },
81
+ {
82
+ "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
83
+ "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
84
+ "type": "image"
85
+ },
86
+ {
87
+ "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
88
+ "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
89
+ "type": "image"
90
+ },
91
+ {
92
+ "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
93
+ "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
94
+ "type": "image"
95
+ },
96
+ {
97
+ "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
98
+ "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
99
+ "type": "image"
100
+ },
101
+ {
102
+ "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
103
+ "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
104
+ "type": "image"
105
+ }
106
+ ],
107
+ "target": "train"
108
+ },
109
+ {
110
+ "salt": "0x2b1bab8943b8a24ffdaa23e16b66ad91",
111
+ "solution": [],
112
+ "items": [
113
+ {
114
+ "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
115
+ "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
116
+ "type": "image"
117
+ },
118
+ {
119
+ "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
120
+ "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
121
+ "type": "image"
122
+ },
123
+ {
124
+ "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
125
+ "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
126
+ "type": "image"
127
+ },
128
+ {
129
+ "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
130
+ "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
131
+ "type": "image"
132
+ },
133
+ {
134
+ "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
135
+ "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
136
+ "type": "image"
137
+ },
138
+ {
139
+ "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
140
+ "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
141
+ "type": "image"
142
+ },
143
+ {
144
+ "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
145
+ "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
146
+ "type": "image"
147
+ },
148
+ {
149
+ "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
150
+ "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
151
+ "type": "image"
152
+ },
153
+ {
154
+ "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
155
+ "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
156
+ "type": "image"
157
+ }
158
+ ],
159
+ "target": "car"
160
+ },
161
+ {
162
+ "salt": "0x70c4756934dbb66b1aafa44178aa9e2e",
163
+ "items": [
164
+ {
165
+ "hash": "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
166
+ "data": "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
167
+ "type": "image"
168
+ },
169
+ {
170
+ "hash": "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
171
+ "data": "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
172
+ "type": "image"
173
+ },
174
+ {
175
+ "hash": "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
176
+ "data": "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
177
+ "type": "image"
178
+ },
179
+ {
180
+ "hash": "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
181
+ "data": "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
182
+ "type": "image"
183
+ },
184
+ {
185
+ "hash": "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
186
+ "data": "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
187
+ "type": "image"
188
+ },
189
+ {
190
+ "hash": "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
191
+ "data": "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
192
+ "type": "image"
193
+ },
194
+ {
195
+ "hash": "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
196
+ "data": "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
197
+ "type": "image"
198
+ },
199
+ {
200
+ "hash": "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
201
+ "data": "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
202
+ "type": "image"
203
+ },
204
+ {
205
+ "hash": "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
206
+ "data": "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
207
+ "type": "image"
208
+ }
209
+ ],
210
+ "target": "plane"
211
+ },
212
+ {
213
+ "salt": "0x5f3e0f226785935762337f97aee6eb9b",
214
+ "solution": [2, 3, 8],
215
+ "items": [
216
+ {
217
+ "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
218
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
219
+ "type": "image"
220
+ },
221
+ {
222
+ "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
223
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
224
+ "type": "image"
225
+ },
226
+ {
227
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
228
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
229
+ "type": "image"
230
+ },
231
+ {
232
+ "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
233
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
234
+ "type": "image"
235
+ },
236
+ {
237
+ "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
238
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
239
+ "type": "image"
240
+ },
241
+ {
242
+ "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
243
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
244
+ "type": "image"
245
+ },
246
+ {
247
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
248
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
249
+ "type": "image"
250
+ },
251
+ {
252
+ "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
253
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
254
+ "type": "image"
255
+ },
256
+ {
257
+ "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
258
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
259
+ "type": "image"
260
+ }
261
+ ],
262
+ "target": "dog"
263
+ },
264
+ {
265
+ "salt": "0x2e81556317a19f15942558cc17715afc",
266
+ "solution": [0, 1, 4],
267
+ "items": [
268
+ {
269
+ "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
270
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
271
+ "type": "image"
272
+ },
273
+ {
274
+ "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
275
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
276
+ "type": "image"
277
+ },
278
+ {
279
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
280
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
281
+ "type": "image"
282
+ },
283
+ {
284
+ "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
285
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
286
+ "type": "image"
287
+ },
288
+ {
289
+ "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
290
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
291
+ "type": "image"
292
+ },
293
+ {
294
+ "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
295
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
296
+ "type": "image"
297
+ },
298
+ {
299
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
300
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
301
+ "type": "image"
302
+ },
303
+ {
304
+ "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
305
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
306
+ "type": "image"
307
+ },
308
+ {
309
+ "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
310
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
311
+ "type": "image"
312
+ }
313
+ ],
314
+ "target": "cat"
315
+ },
316
+ {
317
+ "salt": "0xdc77a6623da63d4379ebacd5ad440907",
318
+ "items": [
319
+ {
320
+ "hash": "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
321
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
322
+ "type": "image"
323
+ },
324
+ {
325
+ "hash": "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
326
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
327
+ "type": "image"
328
+ },
329
+ {
330
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
331
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
332
+ "type": "image"
333
+ },
334
+ {
335
+ "hash": "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
336
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
337
+ "type": "image"
338
+ },
339
+ {
340
+ "hash": "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
341
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
342
+ "type": "image"
343
+ },
344
+ {
345
+ "hash": "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
346
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
347
+ "type": "image"
348
+ },
349
+ {
350
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
351
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
352
+ "type": "image"
353
+ },
354
+ {
355
+ "hash": "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
356
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
357
+ "type": "image"
358
+ },
359
+ {
360
+ "hash": "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
361
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
362
+ "type": "image"
363
+ }
364
+ ],
365
+ "target": "horse"
366
+ },
367
+ {
368
+ "salt": "0x0e33da9deb5f1cbeef4dce867c33c0c5",
369
+ "solution": [0, 7],
370
+ "items": [
371
+ {
372
+ "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
373
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
374
+ "type": "image"
375
+ },
376
+ {
377
+ "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
378
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
379
+ "type": "image"
380
+ },
381
+ {
382
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
383
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
384
+ "type": "image"
385
+ },
386
+ {
387
+ "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
388
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
389
+ "type": "image"
390
+ },
391
+ {
392
+ "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
393
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
394
+ "type": "image"
395
+ },
396
+ {
397
+ "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
398
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
399
+ "type": "image"
400
+ },
401
+ {
402
+ "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
403
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
404
+ "type": "image"
405
+ },
406
+ {
407
+ "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
408
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
409
+ "type": "image"
410
+ },
411
+ {
412
+ "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
413
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
414
+ "type": "image"
415
+ }
416
+ ],
417
+ "target": "plane"
418
+ },
419
+ {
420
+ "salt": "0x71ed6ca839978fc286f0651dfcef7862",
421
+ "solution": [4, 6, 8],
422
+ "items": [
423
+ {
424
+ "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
425
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
426
+ "type": "image"
427
+ },
428
+ {
429
+ "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
430
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
431
+ "type": "image"
432
+ },
433
+ {
434
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
435
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
436
+ "type": "image"
437
+ },
438
+ {
439
+ "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
440
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
441
+ "type": "image"
442
+ },
443
+ {
444
+ "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
445
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
446
+ "type": "image"
447
+ },
448
+ {
449
+ "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
450
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
451
+ "type": "image"
452
+ },
453
+ {
454
+ "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
455
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
456
+ "type": "image"
457
+ },
458
+ {
459
+ "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
460
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
461
+ "type": "image"
462
+ },
463
+ {
464
+ "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
465
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
466
+ "type": "image"
467
+ }
468
+ ],
469
+ "target": "dog"
470
+ },
471
+ {
472
+ "salt": "0xcc8730f359718c4d94c8dc565938621c",
473
+ "solution": [2, 3, 5],
474
+ "items": [
475
+ {
476
+ "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
477
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
478
+ "type": "image"
479
+ },
480
+ {
481
+ "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
482
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
483
+ "type": "image"
484
+ },
485
+ {
486
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
487
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
488
+ "type": "image"
489
+ },
490
+ {
491
+ "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
492
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
493
+ "type": "image"
494
+ },
495
+ {
496
+ "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
497
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
498
+ "type": "image"
499
+ },
500
+ {
501
+ "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
502
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
503
+ "type": "image"
504
+ },
505
+ {
506
+ "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
507
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
508
+ "type": "image"
509
+ },
510
+ {
511
+ "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
512
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
513
+ "type": "image"
514
+ },
515
+ {
516
+ "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
517
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
518
+ "type": "image"
519
+ }
520
+ ],
521
+ "target": "horse"
522
+ },
523
+ {
524
+ "salt": "0x234e4dc3fe6db2588645a66b78b9128a",
525
+ "items": [
526
+ {
527
+ "hash": "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
528
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
529
+ "type": "image"
530
+ },
531
+ {
532
+ "hash": "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
533
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
534
+ "type": "image"
535
+ },
536
+ {
537
+ "hash": "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
538
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
539
+ "type": "image"
540
+ },
541
+ {
542
+ "hash": "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
543
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
544
+ "type": "image"
545
+ },
546
+ {
547
+ "hash": "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
548
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
549
+ "type": "image"
550
+ },
551
+ {
552
+ "hash": "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
553
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
554
+ "type": "image"
555
+ },
556
+ {
557
+ "hash": "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
558
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
559
+ "type": "image"
560
+ },
561
+ {
562
+ "hash": "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
563
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
564
+ "type": "image"
565
+ },
566
+ {
567
+ "hash": "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
568
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
569
+ "type": "image"
570
+ }
571
+ ],
572
+ "target": "bird"
573
+ },
574
+ {
575
+ "salt": "0xe7988f0244c7bbf76a8f3986c9e0e136",
576
+ "solution": [1, 6, 8],
577
+ "items": [
578
+ {
579
+ "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
580
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
581
+ "type": "image"
582
+ },
583
+ {
584
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
585
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
586
+ "type": "image"
587
+ },
588
+ {
589
+ "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
590
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
591
+ "type": "image"
592
+ },
593
+ {
594
+ "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
595
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
596
+ "type": "image"
597
+ },
598
+ {
599
+ "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
600
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
601
+ "type": "image"
602
+ },
603
+ {
604
+ "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
605
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
606
+ "type": "image"
607
+ },
608
+ {
609
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
610
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
611
+ "type": "image"
612
+ },
613
+ {
614
+ "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
615
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
616
+ "type": "image"
617
+ },
618
+ {
619
+ "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
620
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
621
+ "type": "image"
622
+ }
623
+ ],
624
+ "target": "cat"
625
+ },
626
+ {
627
+ "salt": "0x743db1f415ed40fc96d83957034e624c",
628
+ "solution": [0, 3, 4],
629
+ "items": [
630
+ {
631
+ "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
632
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
633
+ "type": "image"
634
+ },
635
+ {
636
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
637
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
638
+ "type": "image"
639
+ },
640
+ {
641
+ "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
642
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
643
+ "type": "image"
644
+ },
645
+ {
646
+ "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
647
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
648
+ "type": "image"
649
+ },
650
+ {
651
+ "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
652
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
653
+ "type": "image"
654
+ },
655
+ {
656
+ "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
657
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
658
+ "type": "image"
659
+ },
660
+ {
661
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
662
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
663
+ "type": "image"
664
+ },
665
+ {
666
+ "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
667
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
668
+ "type": "image"
669
+ },
670
+ {
671
+ "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
672
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
673
+ "type": "image"
674
+ }
675
+ ],
676
+ "target": "plane"
677
+ },
678
+ {
679
+ "salt": "0xaeb51120352c09c503caae1c811421ba",
680
+ "solution": [2, 5, 7],
681
+ "items": [
682
+ {
683
+ "hash": "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
684
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
685
+ "type": "image"
686
+ },
687
+ {
688
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
689
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
690
+ "type": "image"
691
+ },
692
+ {
693
+ "hash": "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
694
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
695
+ "type": "image"
696
+ },
697
+ {
698
+ "hash": "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
699
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
700
+ "type": "image"
701
+ },
702
+ {
703
+ "hash": "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
704
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
705
+ "type": "image"
706
+ },
707
+ {
708
+ "hash": "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
709
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
710
+ "type": "image"
711
+ },
712
+ {
713
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
714
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
715
+ "type": "image"
716
+ },
717
+ {
718
+ "hash": "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
719
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
720
+ "type": "image"
721
+ },
722
+ {
723
+ "hash": "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
724
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
725
+ "type": "image"
726
+ }
727
+ ],
728
+ "target": "car"
729
+ },
730
+ {
731
+ "salt": "0x1ef72a0d9424c9d616f41537a5dc6add",
732
+ "solution": [3, 6, 7],
733
+ "items": [
734
+ {
735
+ "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
736
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
737
+ "type": "image"
738
+ },
739
+ {
740
+ "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
741
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
742
+ "type": "image"
743
+ },
744
+ {
745
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
746
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
747
+ "type": "image"
748
+ },
749
+ {
750
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
751
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
752
+ "type": "image"
753
+ },
754
+ {
755
+ "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
756
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
757
+ "type": "image"
758
+ },
759
+ {
760
+ "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
761
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
762
+ "type": "image"
763
+ },
764
+ {
765
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
766
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
767
+ "type": "image"
768
+ },
769
+ {
770
+ "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
771
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
772
+ "type": "image"
773
+ },
774
+ {
775
+ "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
776
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
777
+ "type": "image"
778
+ }
779
+ ],
780
+ "target": "cat"
781
+ },
782
+ {
783
+ "salt": "0xf6abd9232e3c3dd786be74e31a2dde62",
784
+ "solution": [8, 5, 1],
785
+ "items": [
786
+ {
787
+ "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
788
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
789
+ "type": "image"
790
+ },
791
+ {
792
+ "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
793
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
794
+ "type": "image"
795
+ },
796
+ {
797
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
798
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
799
+ "type": "image"
800
+ },
801
+ {
802
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
803
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
804
+ "type": "image"
805
+ },
806
+ {
807
+ "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
808
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
809
+ "type": "image"
810
+ },
811
+ {
812
+ "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
813
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
814
+ "type": "image"
815
+ },
816
+ {
817
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
818
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
819
+ "type": "image"
820
+ },
821
+ {
822
+ "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
823
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
824
+ "type": "image"
825
+ },
826
+ {
827
+ "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
828
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
829
+ "type": "image"
830
+ }
831
+ ],
832
+ "target": "deer"
833
+ },
834
+ {
835
+ "salt": "0xc567e7b688bd615d75b8ae7d108c3dfb",
836
+ "items": [
837
+ {
838
+ "hash": "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
839
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
840
+ "type": "image"
841
+ },
842
+ {
843
+ "hash": "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
844
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
845
+ "type": "image"
846
+ },
847
+ {
848
+ "hash": "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
849
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
850
+ "type": "image"
851
+ },
852
+ {
853
+ "hash": "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
854
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
855
+ "type": "image"
856
+ },
857
+ {
858
+ "hash": "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
859
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
860
+ "type": "image"
861
+ },
862
+ {
863
+ "hash": "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
864
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
865
+ "type": "image"
866
+ },
867
+ {
868
+ "hash": "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
869
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
870
+ "type": "image"
871
+ },
872
+ {
873
+ "hash": "0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
874
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
875
+ "type": "image"
876
+ },
877
+ {
878
+ "hash": "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
879
+ "data": "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
880
+ "type": "image"
881
+ }
882
+ ],
883
+ "target": "dog"
884
+ }
885
+ ],
886
+ "format": "SelectAll",
887
+ "timeLimit": 30
888
888
  }