diff --git a/README.md b/README.md index 7259e33d..79d00f72 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@

-[![Core Tests.](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml/badge.svg)](https://github.com/KAIR-BAIR/nerfacc/actions/workflows/code_checks.yml) -[![Documentation Status](https://readthedocs.com/projects/plenoptix-nerfacc/badge/?version=latest)](https://www.nerfacc.com/en/latest/?badge=latest) +[![Core Tests.](https://github.com/nerfstudio-project/nerfacc/actions/workflows/code_checks.yml/badge.svg)](https://github.com/nerfstudio-project/nerfacc/actions/workflows/code_checks.yml) + [![Downloads](https://pepy.tech/badge/nerfacc)](https://pepy.tech/project/nerfacc) https://www.nerfacc.com/ @@ -38,7 +38,7 @@ pip install nerfacc Or install from source. In this way it will build the CUDA code during installation. ``` -pip install git+https://github.com/KAIR-BAIR/nerfacc.git +pip install git+https://github.com/nerfstudio-project/nerfacc.git ``` We also provide pre-built wheels covering major combinations of Pytorch + CUDA supported by [official Pytorch](https://pytorch.org/get-started/previous-versions/). @@ -128,7 +128,7 @@ Before running those example scripts, please check the script about which datase ```bash # clone the repo with submodules. -git clone --recursive git://github.com/KAIR-BAIR/nerfacc/ +git clone --recursive git://github.com/nerfstudio-project/nerfacc/ ``` ### Static NeRFs diff --git a/docs/source/conf.py b/docs/source/conf.py index 507d28e2..8b2bdc21 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,13 +48,13 @@ # documentation. html_theme_options = { # The target url that the logo directs to. Unset to do nothing - "logo_url": "https://www.nerfacc.com/en/latest/index.html", + "logo_url": "https://www.nerfacc.com/", # "menu" is a list of dictionaries where you can specify the content and the # behavior of each item in the menu. Each item can either be a link or a # dropdown menu containing a list of links. "menu": [ # A link - {"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"}, + {"name": "GitHub", "url": "https://github.com/nerfstudio-project/nerfacc"}, # A dropdown menu # { # "name": "Projects", diff --git a/docs/source/examples/dynamic/tnerf.rst b/docs/source/examples/dynamic/tnerf.rst index eaaeec6c..96db6d7b 100644 --- a/docs/source/examples/dynamic/tnerf.rst +++ b/docs/source/examples/dynamic/tnerf.rst @@ -31,5 +31,5 @@ The training memory footprint is about 11GB. +----------------------+----------+---------+-------+---------+-------+--------+---------+-------+-------+ .. _`D-NeRF`: https://arxiv.org/abs/2011.13961 -.. _`github repository`: https://github.com/KAIR-BAIR/nerfacc/ +.. _`github repository`: https://github.com/nerfstudio-project/nerfacc/ diff --git a/docs/source/examples/static/nerf.rst b/docs/source/examples/static/nerf.rst index b6650b06..9352777c 100644 --- a/docs/source/examples/static/nerf.rst +++ b/docs/source/examples/static/nerf.rst @@ -34,5 +34,5 @@ The training memory footprint is about 10GB. | Ours (~ 1 hr) | 33.69 | 33.76 | 29.73 | 33.32 | 35.80 | 32.52 | 25.39 | 28.18 | 31.55 | +----------------------+-------+-------+---------+-------+-------+-------+-------+-------+-------+ -.. _`github repository`: https://github.com/KAIR-BAIR/nerfacc/ +.. _`github repository`: https://github.com/nerfstudio-project/nerfacc/ .. _`NeRF`: https://arxiv.org/abs/2003.08934 diff --git a/docs/source/examples/static/ngp.rst b/docs/source/examples/static/ngp.rst index c5ac7b50..f853c4ca 100644 --- a/docs/source/examples/static/ngp.rst +++ b/docs/source/examples/static/ngp.rst @@ -81,8 +81,8 @@ Our experiments are conducted on a single NVIDIA TITAN RTX GPU. +-----------------------+-------+-------+---------+-------+-------+-------+-------+-------+ -.. _`github repository`: https://github.com/KAIR-BAIR/nerfacc/ +.. _`github repository`: https://github.com/nerfstudio-project/nerfacc/ .. _`Instant-NGP`: https://arxiv.org/abs/2201.05989 .. _`tiny-cuda-nn`: https://github.com/NVlabs/tiny-cuda-nn -.. _`Nerfacto`: https://docs.nerf.studio/en/latest/nerfology/methods/nerfacto.html -.. _`nerfstudio`: https://docs.nerf.studio/en/latest/ \ No newline at end of file +.. _`Nerfacto`: https://docs.nerf.studio/nerfology/methods/nerfacto.html +.. _`nerfstudio`: https://docs.nerf.studio/ \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 8ef1b7f9..bdea6beb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,7 +15,7 @@ in training various recent NeRF papers. | -| Github: https://github.com/KAIR-BAIR/nerfacc +| Github: https://github.com/nerfstudio-project/nerfacc | Paper: https://arxiv.org/pdf/2305.04966.pdf | Authors: `Ruilong Li`_, `Hang Gao`_, `Matthew Tancik`_, `Angjoo Kanazawa`_ @@ -41,7 +41,7 @@ Or install from source. In this way it will build the CUDA code during installat .. code-block:: console - $ pip install git+https://github.com/KAIR-BAIR/nerfacc.git + $ pip install git+https://github.com/nerfstudio-project/nerfacc.git We also provide pre-built wheels covering major combinations of Pytorch + CUDA versions. See our `Github README`_ for what we support. @@ -164,6 +164,6 @@ Links: .. _`Matthew Tancik`: https://www.matthewtancik.com/ .. _`Angjoo Kanazawa`: https://people.eecs.berkeley.edu/~kanazawa/ -.. _`Github README`: https://github.com/KAIR-BAIR/nerfacc#readme +.. _`Github README`: https://github.com/nerfstudio-project/nerfacc#readme .. _`PyTorch`: https://pytorch.org/get-started/locally/ diff --git a/setup.py b/setup.py index 58426bfa..8fe4b482 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ __version__ = None exec(open("nerfacc/version.py", "r").read()) -URL = "https://github.com/KAIR-BAIR/nerfacc" +URL = "https://github.com/nerfstudio-project/nerfacc" BUILD_NO_CUDA = os.getenv("BUILD_NO_CUDA", "0") == "1" WITH_SYMBOLS = os.getenv("WITH_SYMBOLS", "0") == "1"