Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Dec 1, 2023
1 parent bc1a03d commit 4f74b4c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/).
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/dynamic/tnerf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

2 changes: 1 addition & 1 deletion docs/source/examples/static/nerf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions docs/source/examples/static/ngp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
.. _`Nerfacto`: https://docs.nerf.studio/nerfology/methods/nerfacto.html
.. _`nerfstudio`: https://docs.nerf.studio/
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand All @@ -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.
Expand Down Expand Up @@ -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/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f74b4c

Please sign in to comment.