Brief info
Browse files
README.md
CHANGED
@@ -8,4 +8,10 @@ language:
|
|
8 |
---
|
9 |
# REVISION: Rendering Tools Enable Spatial Fidelity in Vision-Language Models
|
10 |
|
11 |
-
This is the official repo for the assets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# REVISION: Rendering Tools Enable Spatial Fidelity in Vision-Language Models
|
10 |
|
11 |
+
This is the official dataset repo for the assets involved in the REVISION Generator.
|
12 |
+
|
13 |
+
Running the REVISION generator requires [blenderproc](https://github.com/DLR-RM/BlenderProc).
|
14 |
+
|
15 |
+
You may also run ``sh launch_sample.sh`` to synthesize a sample batch of REVISION reference images in hdf5 format. You may visualize them with
|
16 |
+
|
17 |
+
``blenderproc vis hdf5 <path_to_ref_images>\<image_name>.hdf5``.
|