Nahrawy commited on
Commit
8578f92
1 Parent(s): 2c1a6f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: scene
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: depth_map
9
+ dtype: image
10
+ - name: direction
11
+ dtype: string
12
+ - name: temperature
13
+ dtype: int32
14
+ - name: caption
15
+ dtype: string
16
+ - name: captions_extended
17
+ dtype: string
18
+ - name: captions_temperature_only
19
+ dtype: string
20
+ - name: captions_direction_only
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 20631297869.0
25
+ num_examples: 12000
26
+ download_size: 20109239880
27
+ dataset_size: 20631297869.0
28
+ ---
29
+ # Dataset Card for "VIDIT-Depth-ControlNet-E"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)