Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,18 @@ language:
|
|
14 |
|
15 |
This is the official dataset repo for the assets involved in the REVISION Generator a.k.a. the 'Rendering Tool'.
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
This is the official dataset repo for the assets involved in the REVISION Generator a.k.a. the 'Rendering Tool'.
|
16 |
|
17 |
+
## Requirements
|
18 |
|
19 |
+
Running the REVISION Generator requires [blenderproc](https://github.com/DLR-RM/BlenderProc). Simply install it with pip:
|
20 |
|
21 |
+
pip install blenderproc
|
22 |
+
|
23 |
+
## Test run
|
24 |
+
|
25 |
+
You may run ``revision_gen_sample_t2i_comp.sh`` or `` revision_gen_sample_mscoco.sh`` to synthesize a sample batch of REVISION reference images in hdf5 format. You may visualize them with:
|
26 |
+
|
27 |
+
blenderproc vis hdf5 <path_to_ref_images>\<image_name>.hdf5
|
28 |
+
|
29 |
+
## Sample rendered outputs
|
30 |
+
|
31 |
+
For convenience, we also have provided our rendered outputs
|