Skip to content

Commit d3048be

Browse files
authored
Update README.md
1 parent b17ded9 commit d3048be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ The codebase has 4 main components:
6565

6666
The components have different requirements w.r.t. both hardware and software. They have been tested on Windows 10 and Ubuntu Linux 22.04. Instructions for setting up and running each of them are found in the sections below.
6767

68+
## New features [Please check regularly!]
69+
70+
We will be adding several new features soon. In the meantime Orange Labs has kindly added [OpenXR support](#openXR-support) for VR viewing. Please come back soon, we will be adding other features, building among others on recent 3DGS followup papers.
71+
6872
## Optimizer
6973

7074
The optimizer uses PyTorch and CUDA extensions in a Python environment to produce trained models.
@@ -478,6 +482,11 @@ python convert.py -s <location> --skip_matching [--resize] #If not resizing, Ima
478482
</details>
479483
<br>
480484

485+
### OpenXR support
486+
487+
OpenXR is supported in the branch gaussian_code_release_openxr
488+
Within that branch, you can find documentation for VR support [here](https://gitlab.inria.fr/sibr/sibr_core/-/tree/gaussian_code_release_openxr?ref_type=heads).
489+
481490
## FAQ
482491
- *Where do I get data sets, e.g., those referenced in ```full_eval.py```?* The MipNeRF360 data set is provided by the authors of the original paper on the project site. Note that two of the data sets cannot be openly shared and require you to consult the authors directly. For Tanks&Temples and Deep Blending, please use the download links provided at the top of the page. Alternatively, you may access the cloned data (status: August 2023!) from [HuggingFace](https://huggingface.co/camenduru/gaussian-splatting)
483492

0 commit comments

Comments
 (0)