mattdeitke
commited on
Update README.md
Browse files- scripts/rendering/README.md +16 -2
scripts/rendering/README.md
CHANGED
@@ -37,7 +37,7 @@ cd ../.. && \
|
|
37 |
cd scripts/rendering
|
38 |
```
|
39 |
|
40 |
-
## ๐ธ
|
41 |
|
42 |
### ๐ฅ Minimal Example
|
43 |
|
@@ -131,5 +131,19 @@ Finally, we also have a `metadata.json` file, which contains metadata about the
|
|
131 |
}
|
132 |
```
|
133 |
|
134 |
-
|
135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
cd scripts/rendering
|
38 |
```
|
39 |
|
40 |
+
## ๐ธ Usage
|
41 |
|
42 |
### ๐ฅ Minimal Example
|
43 |
|
|
|
131 |
}
|
132 |
```
|
133 |
|
134 |
+
### ๐ Configuration
|
135 |
|
136 |
+
### ๐งโ๐ฌ๏ธ Experimental Features
|
137 |
+
|
138 |
+
USDZ support is experimental. Since Blender does not natively support usdz, we use [this Blender addon](https://github.com/robmcrosby/BlenderUSDZ), but it doesn't work with all types of USDZs. If you have a better solution, PRs are very much welcome ๐!
|
139 |
+
|
140 |
+
## ๐ Our Team
|
141 |
+
|
142 |
+
Objaverse-XL is an open-source project managed by the [PRIOR team](//prior.allenai.org) at the [Allen Institute for AI](//allenai.org) (AI2).
|
143 |
+
AI2 is a non-profit institute with the mission to contribute to humanity through high-impact AI research and engineering.
|
144 |
+
|
145 |
+
<br />
|
146 |
+
|
147 |
+
<a href="//prior.allenai.org">
|
148 |
+
<p align="center"><img width="100%" src="https://raw.githubusercontent.com/allenai/ai2thor/main/doc/static/ai2-prior.svg" /></p>
|
149 |
+
</a>
|