Datasets:
Add link to paper, text-to-3d task category (#2)
Browse files- Add link to paper, text-to-3d task category (7af54481b7eec6812b8059685288b74b93616726)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,60 +1,68 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: scene_id
|
6 |
-
dtype: string
|
7 |
-
- name: id
|
8 |
-
dtype: string
|
9 |
-
- name: target
|
10 |
-
dtype: image
|
11 |
-
- name: source
|
12 |
-
dtype: string
|
13 |
-
- name: source_image
|
14 |
-
dtype: image
|
15 |
-
- name: labels
|
16 |
-
dtype:
|
17 |
-
array2_d:
|
18 |
-
shape:
|
19 |
-
- 584
|
20 |
-
- 876
|
21 |
-
dtype: int32
|
22 |
-
- name: cond_depths
|
23 |
-
dtype:
|
24 |
-
array2_d:
|
25 |
-
shape:
|
26 |
-
- 584
|
27 |
-
- 876
|
28 |
-
dtype: float32
|
29 |
-
- name: extrin
|
30 |
-
dtype:
|
31 |
-
array2_d:
|
32 |
-
shape:
|
33 |
-
- 4
|
34 |
-
- 4
|
35 |
-
dtype: float32
|
36 |
-
- name: intrin
|
37 |
-
dtype:
|
38 |
-
array2_d:
|
39 |
-
shape:
|
40 |
-
- 4
|
41 |
-
- 4
|
42 |
-
dtype: float32
|
43 |
-
- name: depth
|
44 |
-
dtype: string
|
45 |
-
- name: item_id
|
46 |
-
dtype: string
|
47 |
-
- name: prompt
|
48 |
-
dtype: string
|
49 |
-
splits:
|
50 |
-
- name: train
|
51 |
-
num_bytes: 131813916499.633
|
52 |
-
num_examples: 27799
|
53 |
-
download_size: 73439626164
|
54 |
-
dataset_size: 131813916499.633
|
55 |
-
configs:
|
56 |
-
- config_name: default
|
57 |
-
data_files:
|
58 |
-
- split: train
|
59 |
-
path: data/train-*
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: scene_id
|
6 |
+
dtype: string
|
7 |
+
- name: id
|
8 |
+
dtype: string
|
9 |
+
- name: target
|
10 |
+
dtype: image
|
11 |
+
- name: source
|
12 |
+
dtype: string
|
13 |
+
- name: source_image
|
14 |
+
dtype: image
|
15 |
+
- name: labels
|
16 |
+
dtype:
|
17 |
+
array2_d:
|
18 |
+
shape:
|
19 |
+
- 584
|
20 |
+
- 876
|
21 |
+
dtype: int32
|
22 |
+
- name: cond_depths
|
23 |
+
dtype:
|
24 |
+
array2_d:
|
25 |
+
shape:
|
26 |
+
- 584
|
27 |
+
- 876
|
28 |
+
dtype: float32
|
29 |
+
- name: extrin
|
30 |
+
dtype:
|
31 |
+
array2_d:
|
32 |
+
shape:
|
33 |
+
- 4
|
34 |
+
- 4
|
35 |
+
dtype: float32
|
36 |
+
- name: intrin
|
37 |
+
dtype:
|
38 |
+
array2_d:
|
39 |
+
shape:
|
40 |
+
- 4
|
41 |
+
- 4
|
42 |
+
dtype: float32
|
43 |
+
- name: depth
|
44 |
+
dtype: string
|
45 |
+
- name: item_id
|
46 |
+
dtype: string
|
47 |
+
- name: prompt
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 131813916499.633
|
52 |
+
num_examples: 27799
|
53 |
+
download_size: 73439626164
|
54 |
+
dataset_size: 131813916499.633
|
55 |
+
configs:
|
56 |
+
- config_name: default
|
57 |
+
data_files:
|
58 |
+
- split: train
|
59 |
+
path: data/train-*
|
60 |
+
task_categories:
|
61 |
+
- text-to-3d
|
62 |
+
---
|
63 |
+
|
64 |
+
This dataset is used in the paper [SceneCraft: Layout-Guided 3D Scene Generation](https://huggingface.co/papers/2410.09049).
|
65 |
+
|
66 |
+
# File information
|
67 |
+
|
68 |
+
The repository contains the following file information:
|