File size: 1,354 Bytes
143492f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
dataset_info:
  features:
  - name: room_count
    dtype: int64
  - name: total_area
    dtype: float64
  - name: room_types
    sequence: string
  - name: rooms
    list:
    - name: area
      dtype: float64
    - name: floor_polygon
      list:
      - name: x
        dtype: float64
      - name: z
        dtype: float64
    - name: height
      dtype: float64
    - name: id
      dtype: string
    - name: is_regular
      dtype: int64
    - name: room_type
      dtype: string
    - name: width
      dtype: float64
  - name: edges
    sequence:
      sequence: int64
  - name: doors
    list:
    - name: id
      dtype: string
    - name: position
      list:
      - name: x
        dtype: float64
      - name: z
        dtype: float64
  - name: windows
    list:
    - name: id
      dtype: string
    - name: position
      list:
      - name: x
        dtype: float64
      - name: z
        dtype: float64
  splits:
  - name: train
    num_bytes: 10142286
    num_examples: 10000
  - name: test
    num_bytes: 990327
    num_examples: 1000
  - name: validation
    num_bytes: 944605
    num_examples: 1000
  download_size: 1383105
  dataset_size: 12077218
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---