Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Hermera commited on
Commit
862b065
·
verified ·
1 Parent(s): 35984ff

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +90 -84
  2. data/validation-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -9,108 +9,114 @@ dataset_info:
9
  features:
10
  - name: __key__
11
  dtype: string
12
- - name: image.png
13
- dtype: image
14
- - name: tuples.json
15
  struct:
16
  - name: layer_all
17
  struct:
18
  - name: pairs
19
- list:
20
- - name: is_real
21
- dtype: bool
22
  - name: p1
23
- struct:
24
- - name: l
25
- dtype: int64
26
- - name: x
27
- dtype: int64
28
- - name: y
29
- dtype: int64
30
  - name: p2
31
- struct:
32
- - name: l
33
- dtype: int64
34
- - name: x
35
- dtype: int64
36
- - name: y
37
- dtype: int64
38
- - name: quads
39
- list:
40
  - name: is_real
41
- dtype: bool
 
 
42
  - name: p1
43
- struct:
44
- - name: l
45
- dtype: int64
46
- - name: x
47
- dtype: int64
48
- - name: y
49
- dtype: int64
50
  - name: p2
51
- struct:
52
- - name: l
53
- dtype: int64
54
- - name: x
55
- dtype: int64
56
- - name: y
57
- dtype: int64
58
  - name: p3
59
- struct:
60
- - name: l
61
- dtype: int64
62
- - name: x
63
- dtype: int64
64
- - name: y
65
- dtype: int64
66
- - name: p4
67
- struct:
68
- - name: l
69
- dtype: int64
70
- - name: x
71
- dtype: int64
72
- - name: y
73
- dtype: int64
74
- - name: trips
75
- list:
76
  - name: is_real
77
- dtype: bool
 
 
78
  - name: p1
79
- struct:
80
- - name: l
81
- dtype: int64
82
- - name: x
83
- dtype: int64
84
- - name: y
85
- dtype: int64
86
  - name: p2
87
- struct:
88
- - name: l
89
- dtype: int64
90
- - name: x
91
- dtype: int64
92
- - name: y
93
- dtype: int64
94
  - name: p3
95
- struct:
96
- - name: l
97
- dtype: int64
98
- - name: x
99
- dtype: int64
100
- - name: y
101
- dtype: int64
 
 
102
  - name: layer_first
103
  struct:
104
  - name: pairs
105
- list: 'null'
106
- - name: quads
107
- list: 'null'
 
 
 
 
 
 
 
 
108
  - name: trips
109
- list: 'null'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  splits:
111
  - name: validation
112
- num_bytes: 15866028.0
113
- num_examples: 1
114
- download_size: 15876376
115
- dataset_size: 15866028.0
116
  ---
 
9
  features:
10
  - name: __key__
11
  dtype: string
12
+ - name: image
13
+ dtype: binary
14
+ - name: json
15
  struct:
16
  - name: layer_all
17
  struct:
18
  - name: pairs
19
+ struct:
 
 
20
  - name: p1
21
+ list:
22
+ list: int64
23
+ length: 3
 
 
 
 
24
  - name: p2
25
+ list:
26
+ list: int64
27
+ length: 3
 
 
 
 
 
 
28
  - name: is_real
29
+ list: bool
30
+ - name: trips
31
+ struct:
32
  - name: p1
33
+ list:
34
+ list: int64
35
+ length: 3
 
 
 
 
36
  - name: p2
37
+ list:
38
+ list: int64
39
+ length: 3
 
 
 
 
40
  - name: p3
41
+ list:
42
+ list: int64
43
+ length: 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  - name: is_real
45
+ list: bool
46
+ - name: quads
47
+ struct:
48
  - name: p1
49
+ list:
50
+ list: int64
51
+ length: 3
 
 
 
 
52
  - name: p2
53
+ list:
54
+ list: int64
55
+ length: 3
 
 
 
 
56
  - name: p3
57
+ list:
58
+ list: int64
59
+ length: 3
60
+ - name: p4
61
+ list:
62
+ list: int64
63
+ length: 3
64
+ - name: is_real
65
+ list: bool
66
  - name: layer_first
67
  struct:
68
  - name: pairs
69
+ struct:
70
+ - name: p1
71
+ list:
72
+ list: int64
73
+ length: 3
74
+ - name: p2
75
+ list:
76
+ list: int64
77
+ length: 3
78
+ - name: is_real
79
+ list: bool
80
  - name: trips
81
+ struct:
82
+ - name: p1
83
+ list:
84
+ list: int64
85
+ length: 3
86
+ - name: p2
87
+ list:
88
+ list: int64
89
+ length: 3
90
+ - name: p3
91
+ list:
92
+ list: int64
93
+ length: 3
94
+ - name: is_real
95
+ list: bool
96
+ - name: quads
97
+ struct:
98
+ - name: p1
99
+ list:
100
+ list: int64
101
+ length: 3
102
+ - name: p2
103
+ list:
104
+ list: int64
105
+ length: 3
106
+ - name: p3
107
+ list:
108
+ list: int64
109
+ length: 3
110
+ - name: p4
111
+ list:
112
+ list: int64
113
+ length: 3
114
+ - name: is_real
115
+ list: bool
116
  splits:
117
  - name: validation
118
+ num_bytes: 2335
119
+ num_examples: 20
120
+ download_size: 17568
121
+ dataset_size: 2335
122
  ---
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e2cef15a123b46a9158590a9c54833a4629bbf0220565168461d2d6dfff8b22
3
- size 15876376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f9e04fad068fa5a2f43a7d6541184d16b05f9392b0d0401253431acb531298
3
+ size 17568