-
Notifications
You must be signed in to change notification settings - Fork 1
/
data_format.txt
48 lines (43 loc) · 1.26 KB
/
data_format.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
scn_rels
[[[...], 'below'], [[...], 'below']]
special variables:
function variables:
0: [[1, 0], 'below']
1: [[0, 2], 'below']
len(): 2
scn_objs
[[[...]], [[...], [...], [...]], [[...]]]
special variables:
function variables:
0: [[[...], {...}]]
special variables:
function variables:
0: [['touching the bottom edge of', 'in'], {'color': 'Yellow', 'size': 20, 'type': 'square', 'x_loc': 40, 'y_loc': 80}]
len(): 1
1: [[[...], {...}], [[...], {...}], [[...], {...}]]
special variables:
function variables:
0: [['touching the bottom edge of', 'in'], {'color': '#0099ff', 'size': 20, 'type': 'square', 'x_loc': 40, 'y_loc': 80}]
1: [['in'], {'color': '#0099ff', 'size': 20, 'type': 'square', 'x_loc': 40, 'y_loc': 59}]
2: [['in'], {'color': 'Yellow', 'size': 20, 'type': 'square', 'x_loc': 40, 'y_loc': 38}]
len(): 3
2: [[[...], {...}]]
special variables:
function variables:
0: [['touching the bottom edge of', 'in'], {'color': 'Black', 'size': 20, 'type': 'square', 'x_loc': 40, 'y_loc': 80}]
len(): 1
len(): 3
objs_rels
[[], [[...], [...], [...]], []]
special variables:
function variables:
0: []
1: [[[...], [...]], [[...], [...]], [[...], [...]]]
special variables:
function variables:
0: [[0, 1], ['below']]
1: [[1, 2], ['below']]
2: [[0, 2], ['below']]
len(): 3
2: []
len(): 3