File size: 1,605 Bytes
2b74d18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85d777b
 
2b74d18
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
---
license: unknown
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: height
    dtype: int64
  - name: width
    dtype: int64
  - name: id
    dtype: int64
  - name: annotations
    list:
    - name: area
      dtype: float64
    - name: bbox
      list: float64
    - name: category_id
      dtype: int64
    - name: segmentation
      list:
        list: float64
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 195925948
    num_examples: 2429
  - name: validation
    num_bytes: 435266
    num_examples: 243
  - name: test
    num_bytes: 490041
    num_examples: 272
  download_size: 167379319
  dataset_size: 196851255
task_categories:
- image-segmentation
tags:
- floorplans
- rooms
size_categories:
- 1K<n<10K
---

# Floorplans Dataset

This dataset is derived from the Floorplans Diff dataset and has been curated by removing all unannotated images to ensure clean and consistent training data.

It is designed for semantic image segmentation, specifically focusing on identifying and segmenting rooms within floorplan images.
Each sample consists of an image paired with a corresponding segmentation mask, enabling models to learn pixel-level classification for the room class.

## Origin

This dataset is based on the publicly available Roboflow dataset: **Floorplans Diff (Floorplans-i0i4r)**

**Source**: https://universe.roboflow.com/floorplans-i0i4r/floorplans-diff