JoaoMigSilva commited on
Commit
fb112bb
·
verified ·
1 Parent(s): 84227f4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset: floorplan-images
3
+ tags:
4
+ - floorplans
5
+ - architecture
6
+ - retrieval
7
+ - images
8
+ - computer-vision
9
+ language: []
10
+ license: mit
11
+ pretty_name: Floorplan Image Dataset
12
+ ---
13
+
14
+ # 🏠 Floorplan Image Dataset
15
+
16
+ This dataset contains a collection of floorplan images curated as part of a larger research project on architectural retrieval systems.
17
+
18
+ ## 📦 Dataset Summary
19
+
20
+ This repository stores floorplan images that were used primarily for testing and development of image retrieval methods. The dataset includes various floorplan styles, layouts, and formats to support tasks such as:
21
+
22
+ - Content-based image retrieval (CBIR)
23
+ - Floorplan similarity matching
24
+ - Computer vision applications in architecture
25
+
26
+ > ⚠️ **Note:** This dataset was moved here from a larger project repository and has **not been thoroughly tested** in its current form. It will undergo refactoring and cleanup in the future.
27
+
28
+ ## 📁 Data Structure
29
+
30
+ Each image is in `.png` format and stored in the `images/` folder. Images are named systematically (e.g., `floorplan_001.png`, `floorplan_002.png`, ...).
31
+
32
+ ## 📊 Intended Use
33
+
34
+ This dataset is intended for academic research and prototyping. Not suitable for production use without verification and cleanup.
35
+
36
+ ## 📜 License
37
+
38
+ This dataset is released under the MIT License.
39
+
40
+ ## 🙏 Citation
41
+
42
+ If you use this dataset, please cite the original project or this repository.