You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Welcome to ƒVDB!
2
2
=================
3
3
4
-
fVDB is a Python library of data structures and algorithms for building high-performance and large-domain
4
+
ƒVDB is a Python library developed and maintained by NVIDIA, containing a collection of data structures and algorithms for building high-performance and large-domain
5
5
spatial applications using `NanoVDB <https://dl.acm.org/doi/abs/10.1145/3450623.3464653>`_ on the GPU
6
6
in `PyTorch <https://pytorch.org/>`_.
7
7
Applications of fVDB include 3D deep learning, computer graphics/vision, robotics, and scientific computing.
@@ -14,18 +14,18 @@ Applications of fVDB include 3D deep learning, computer graphics/vision, robotic
14
14
15
15
|
16
16
17
-
fVDB aims to be production ready with a focus on robustness, usability, and extensibility.
17
+
ƒVDB aims to be production ready with a focus on robustness, usability, and extensibility.
18
18
It is designed to be easily integrated into existing pipelines and workflows, and to support a
19
-
wide range of use cases and applications. To this end, fVDB has a minimal set of dependencies and
19
+
wide range of use cases and applications. To this end, ƒVDB has a minimal set of dependencies and
20
20
is open source under the Apache 2.0 license as part of the `The Academy Software Foundation's
21
21
OpenVDB project <https://www.openvdb.org>`_. Contributions and feedback from the community are welcome
22
-
to fVDB's `GitHub repository <https://github.com/openvdb/fvdb-core>`_.
22
+
to ƒVDB's `GitHub repository <https://github.com/openvdb/fvdb-core>`_.
23
23
24
24
25
25
Features
26
26
--------
27
27
28
-
fVDB provides the following key features:
28
+
ƒVDB provides the following key features:
29
29
30
30
- A sparse volumetric grid data structure optimized for GPU memory efficiency and performance.
31
31
- A highly optimized Gaussian splat data structure for representing radiance fields on the GPU.
@@ -35,40 +35,40 @@ fVDB provides the following key features:
35
35
- Modular neural network components for building 3D deep learning models that scale to large input sizes.
36
36
- Seamless integration with PyTorch for easy use in deep learning workflows.
37
37
38
-
The videos below show fVDB being used for large-scale 3D reconstruction, simulation, and interactive visualization.
38
+
The videos below show ƒVDB being used for large-scale 3D reconstruction, simulation, and interactive visualization.
fVDB was first developed by the `NVIDIA High-Fidelity Physics Research Group <https://research.nvidia.com/labs/prl/>`_
60
+
ƒVDB was first developed by the `NVIDIA High-Fidelity Physics Research Group <https://research.nvidia.com/labs/prl/>`_
61
61
within the `NVIDIA Spatial Intelligence Lab <https://research.nvidia.com/labs/sil/>`_, and continues to be
62
62
developed with the OpenVDB community to suit the growing needs for a robust framework for
63
63
spatial intelligence research and applications.
64
64
65
65
66
-
fVDB Reality Capture Toolbox
66
+
ƒVDB Reality Capture
67
67
--------------------------------
68
68
69
-
In addition to the core fVDB library, we also provide the `fVDB Reality Capture <https://fvdb.ai/reality-capture>`_ toolbox,
70
-
which is a collection of tools and utilities for 3D reconstruction and scene understanding using fVDB. Analogous to how `torchvision <https://pytorch.org/vision/stable/index.html>`_
71
-
provides datasets, models, and transforms for computer vision tasks, `fVDB Reality Capture <https://fvdb.ai/reality-capture>`_ provides datasets, models, and
69
+
In addition to the core ƒVDB library, we also provide the `ƒVDB Reality Capture <https://fvdb.ai/reality-capture>`_ toolbox,
70
+
which is a collection of tools and utilities for 3D reconstruction and scene understanding using ƒVDB. Analogous to how `torchvision <https://pytorch.org/vision/stable/index.html>`_
71
+
provides datasets, models, and transforms for computer vision tasks, `ƒVDB Reality Capture <https://fvdb.ai/reality-capture>`_ provides datasets, models, and
72
72
algorithms for 3D reconstruction from sensor data.
73
73
74
74
.. toctree::
@@ -77,6 +77,12 @@ algorithms for 3D reconstruction from sensor data.
0 commit comments