Commit 4f74b4cc authored by Ruilong Li's avatar Ruilong Li
Browse files

update links

parent bc1a03d7
......@@ -10,8 +10,8 @@
<!-- /pypi-strip -->
</p>
[![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)
<!-- [![Documentation Status](https://readthedocs.com/projects/plenoptix-nerfacc/badge/?version=latest)](https://www.nerfacc.com/en/latest/?badge=latest) -->
[![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
......
......@@ -48,13 +48,13 @@ copybutton_prompt_is_regexp = True
# 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",
......
......@@ -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/
......@@ -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
......@@ -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
......@@ -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/
......@@ -9,7 +9,7 @@ from setuptools import find_packages, setup
__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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment