Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -15,20 +15,27 @@ dataset_info:
|
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes: 3999080609
|
19 |
num_examples: 12000
|
20 |
download_size: 2497201625
|
21 |
-
dataset_size: 3999080609
|
22 |
configs:
|
23 |
- config_name: default
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: data/train-*
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
# Dataset Card for "pseudo-floor-plan-12k"
|
29 |
-
This is a experimental dataset for training conditional text-to-image models for generating compiled architectural floor plans (rather than simple walls/rooms segmentaion) with certain degree of controls(walls, rooms, footprint boundrays, etc.).
|
30 |
-
|
|
|
|
|
31 |
The collection and processing of real floor plans data are difficcult and time consuming due to the limited resource under this topic, especially for the compiled plans with sufficient detials.
|
32 |
-
|
|
|
33 |
|
34 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
15 |
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 3999080609
|
19 |
num_examples: 12000
|
20 |
download_size: 2497201625
|
21 |
+
dataset_size: 3999080609
|
22 |
configs:
|
23 |
- config_name: default
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
+
tags:
|
28 |
+
- architecture
|
29 |
+
size_categories:
|
30 |
+
- 10K<n<100K
|
31 |
---
|
32 |
# Dataset Card for "pseudo-floor-plan-12k"
|
33 |
+
This is a experimental dataset for training conditional text-to-image models for generating compiled architectural floor plans (rather than simple walls/rooms segmentaion) with certain degree of controls(walls, rooms, footprint boundrays, etc.).
|
34 |
+
|
35 |
+
The source images are percedally generated through Grasshopper with PlanFinder plugin, the quality of the generated plans are not as reliable as the real architectural plans, please use with **caution**.
|
36 |
+
|
37 |
The collection and processing of real floor plans data are difficcult and time consuming due to the limited resource under this topic, especially for the compiled plans with sufficient detials.
|
38 |
+
|
39 |
+
The "real floor plans" dataset is under development.
|
40 |
|
41 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|