Datasets:

Languages:
English
ArXiv:
License:
mattdeitke commited on
Commit
3c62b33
1 Parent(s): 889f1e5

Update README.md

Browse files
Files changed (1) hide show
  1. scripts/rendering/README.md +3 -3
scripts/rendering/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Objaverse-XL Rendering Script
2
 
3
  ![Blender generated with MidJourney](https://github.com/allenai/objaverse-xl/assets/28768645/69064f78-a752-40d6-bd36-ea7c15ffa1ec)
4
 
5
  Scripts for rendering Objaverse-XL with [Blender](https://www.blender.org/). Rendering is the process of taking pictures of the 3D objects. These images can then be used for training AI models.
6
 
7
- ## Setup
8
 
9
  1. Clone the repository and enter the rendering directory:
10
 
@@ -37,7 +37,7 @@ cd ../.. && \
37
  cd scripts/rendering
38
  ```
39
 
40
- ## Usage
41
 
42
  After setup, you can render objects using the `main.py` script:
43
 
 
1
+ # 🪐 Objaverse-XL Rendering Script
2
 
3
  ![Blender generated with MidJourney](https://github.com/allenai/objaverse-xl/assets/28768645/69064f78-a752-40d6-bd36-ea7c15ffa1ec)
4
 
5
  Scripts for rendering Objaverse-XL with [Blender](https://www.blender.org/). Rendering is the process of taking pictures of the 3D objects. These images can then be used for training AI models.
6
 
7
+ ## 🖥️ Setup
8
 
9
  1. Clone the repository and enter the rendering directory:
10
 
 
37
  cd scripts/rendering
38
  ```
39
 
40
+ ## 📸 Example Usage
41
 
42
  After setup, you can render objects using the `main.py` script:
43