zlicastro commited on
Commit
c7430e0
·
verified ·
1 Parent(s): b6ea663

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -3
README.md CHANGED
@@ -1,3 +1,52 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - hdr
7
+ - jpg
8
+ - exr
9
+ - txt
10
+ pretty_name: Zanya's Blender HDR Dataset
11
+ ---
12
+
13
+ # Zanya's Custom HDR Dataset
14
+
15
+ - **Repository:** https://huggingface.co/datasets/zlicastro/zanya-blender-hdr-dataset
16
+
17
+ ## Dataset Summary
18
+
19
+ This dataset contains HDR images rendered from blender. Each image is of CC0 from various sources, organized into folders by the source.
20
+
21
+ Images were taken at one of three resolutions:
22
+
23
+ - (1920, 1080),  # Landscape
24
+
25
+ - (1080, 1920),  # Portrait
26
+
27
+ - (1440, 1440)   # Square
28
+
29
+
30
+ They were also given a random background colour from the following options:
31
+
32
+ ```python
33
+ background_colors = [
34
+ ('white', (1, 1, 1)),
35
+ ('red', (1, 0, 0)),
36
+ ('green', (0, 1, 0)),
37
+ ('blue', (0, 0, 1)),
38
+ ('yellow', (1, 1, 0)),
39
+ ('purple', (0.5, 0, 0.5)),
40
+ ('cyan', (0, 1, 1)),
41
+ ('magenta', (1, 0, 1)),
42
+ ('orange', (1, 0.5, 0)),
43
+ ('black', (0, 0, 0))
44
+ ]
45
+ ```
46
+
47
+ For each object, images were taken at 0, 45, and 90 degress vertical, and 0 to 315 degress in 45 degree increments horizontally around the object.
48
+
49
+
50
+ Alongside the HDR image and jpg preview, a text file is included for each item with an example prompt which might fit the image, in the format of:
51
+
52
+ "A render of {clean_name} with 4k textures in a completely {color_name} room with {color_name} lighting at {vertical_angle} degrees elevation and {horizontal_angle} degrees azimuth"