onurxtasar commited on
Commit
9a5fbc5
·
verified ·
1 Parent(s): 3b2c267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -53,6 +53,21 @@ axs[2].set_title('Shadow')
53
  print(data['metadata.json'])
54
 
55
  ```
 
 
56
 
57
-
58
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  print(data['metadata.json'])
54
 
55
  ```
56
+ Example output:
57
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6368c710e68400b192fffb9d/2pnmXOlBpHVjFXiw5vhIz.png)
58
 
59
+ Example metadata:
60
+ ```python
61
+ {
62
+ 'track': 'softness_control',
63
+ 'light_energy': 1000,
64
+ 'size': 2,
65
+ 'theta': 30.0,
66
+ 'phi': 0.0,
67
+ 'r': 8.0,
68
+ 'light_location': '4.0,0.0,6.928203105926514',
69
+ 'samples': 512,
70
+ 'resolution_x': 1024,
71
+ 'resolution_y': 1024
72
+ }
73
+ ```