CoolFace
Datasetpublic

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.

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
1likes278downloads
Dataset Card

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:

ColumnTypeDescription
imageImageThe visual data (decoded PIL image).
labelint64Category ID (specific labels to be defined).

Quick Start

To use this dataset in Python:

python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("wheres-my-python/floorplans-cityscapes")

# See a sample
print(dataset['train'][0])