Datasets:
Update README.md
Browse filesData Source
Dataset was collected from IKEA.com website for the purpose of building the project. It consists of :
2193 object (product) photos.
298 context (room scene) photos in which those objects appear.
Text descriptions for products.
Ground truth information on which items appear in which rooms. We group together objects of the same category (chair, table, sofa, etc)
![dataset_description.png](https://cdn-uploads.huggingface.co/production/uploads/66099c847849278e1c69077e/5hv0r5WOfc0fHOvfP2ROp.png)
Data Source GitHub: https://github.com/IvonaTau/ikea
README.md
CHANGED
@@ -10,10 +10,10 @@ dataset_info:
|
|
10 |
num_bytes: 41936946.39
|
11 |
num_examples: 2209
|
12 |
- name: validation
|
13 |
-
num_bytes: 1934070
|
14 |
num_examples: 100
|
15 |
- name: test
|
16 |
-
num_bytes: 2077158
|
17 |
num_examples: 100
|
18 |
download_size: 41174240
|
19 |
dataset_size: 45948174.39
|
@@ -26,4 +26,10 @@ configs:
|
|
26 |
path: data/validation-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
num_bytes: 41936946.39
|
11 |
num_examples: 2209
|
12 |
- name: validation
|
13 |
+
num_bytes: 1934070
|
14 |
num_examples: 100
|
15 |
- name: test
|
16 |
+
num_bytes: 2077158
|
17 |
num_examples: 100
|
18 |
download_size: 41174240
|
19 |
dataset_size: 45948174.39
|
|
|
26 |
path: data/validation-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
+
tags:
|
30 |
+
- Stable Diffuser
|
31 |
+
- IKEA
|
32 |
+
- Interior Decoration dataset
|
33 |
+
size_categories:
|
34 |
+
- 10M<n<100M
|
35 |
+
---
|