File size: 828 Bytes
831b2dc 318f105 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': 1BR
'1': 2BR
'2': 3BR
'3': General
splits:
- name: train
num_bytes: 655451102.253
num_examples: 2831
download_size: 1125812184
dataset_size: 655451102.253
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
## House Floorplan Dataset
The data presented in this repository was originally obtained from the CubiCasa5K dataset which can be accessed through [Zenodo](https://zenodo.org/records/2613548) under Creative Commons usage. Which was then processed to be split into 4 different labels:
1. 1 Bedroom
2. 2 Bedroom
3. 3 Bedroom
4. General Floorplans without any specific designation of bedroom amount
|