Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Point-cloud inputs and outputs use OpenGL/viewer camera space: `X+` right, `Y+` up, and `Z-` forward into the scene.

📖 **[Full documentation →](https://olafenwamoses.github.io/vizion3D/)**
📖 **[Full documentation →](https://docs.vizion3d.org/)**

---

![input image](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd.jpg)
![input image](https://docs.vizion3d.org/assets/images/roomhd.jpg)

![depth map](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd_depth.png)
![depth map](https://docs.vizion3d.org/assets/images/roomhd_depth.png)

---

Expand All @@ -22,7 +22,7 @@ Requires **Python 3.12** (Open3D constraint).
pip install "vizion3d[cpu]"
```

For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://olafenwamoses.github.io/vizion3D/hardware_acceleration/) page.
For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://docs.vizion3d.org/hardware_acceleration/) page.

---

Expand Down Expand Up @@ -79,4 +79,4 @@ o3d.io.write_point_cloud("annotated.ply", result.annotated_cloud)

Full reference, REST/gRPC guides, hardware setup, and task catalogue:

**[https://olafenwamoses.github.io/vizion3D/](https://olafenwamoses.github.io/vizion3D/)**
**[https://docs.vizion3d.org/](https://docs.vizion3d.org/)**
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: vizion3d
site_url: https://olafenwamoses.github.io/vizion3D/
site_url: https://docs.vizion3d.org/
site_description: Unified 3D Computer Vision Library
theme:
name: material
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ amd = []

[project.urls]
Homepage = "https://github.com/OlafenwaMoses/vizion3D"
Documentation = "https://olafenwamoses.github.io/vizion3D"
Documentation = "https://docs.vizion3d.org"
Repository = "https://github.com/OlafenwaMoses/vizion3D"
Issues = "https://github.com/OlafenwaMoses/vizion3D/issues"

Expand Down
Loading