wheres-my-python/floorplans-cityscapes
Dataset Summary This is a curated collection of floorplan images sourced from across the internet. It is intended for research in architectural AI, layout generation, and urban scene understanding. Data format: Image files with associated integer labels. Sources: Publicly available images from various web sources (This dataset is one unified collections). Purpose: Educational and research use. Dataset Structure The dataset follows the standard Hugging Face Image… See the full description on the dataset page: https://huggingface.co/datasets/wheres-my-python/floorplans-cityscapes.
Dataset Summary
This is a curated collection of floorplan images sourced from across the internet. It is intended for research in architectural AI, layout generation, and urban scene understanding.
- Data format: Image files with associated integer labels.
- Sources: Publicly available images from various web sources (This dataset is one unified collections).
- Purpose: Educational and research use.
Dataset Structure
The dataset follows the standard Hugging Face Image format:
Quick Start
To use this dataset in Python:
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("wheres-my-python/floorplans-cityscapes")
# See a sample
print(dataset['train'][0])
