-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (50 loc) · 1.73 KB
/
Copy pathmkdocs.yml
File metadata and controls
52 lines (50 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: vizion3d
site_url: https://docs.vizion3d.org/
site_description: Unified 3D Computer Vision Library
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- search.suggest
- search.highlight
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [.]
options:
docstring_style: google
show_root_heading: true
show_source: true
nav:
- Home: index.md
- Hardware Acceleration: hardware_acceleration.md
- Tasks:
- Overview: tasks/index.md
- Lifting:
- Depth Estimation:
- Overview: features/depth_estimation.md
- Advanced Config: features/depth_estimation_advanced_config.md
- Stereo Depth:
- Overview: features/stereo_depth.md
- Depth Estimation vs Stereo Depth: features/depth_estimation_vs_stereo_depth.md
- Annotation:
- Object Mask Annotation 3D: annotation/object_mask_annotation_3d.md
- Scene Mask Annotation 3D: annotation/scene_mask_annotation_3d.md
- YOLOE-26L Prompt-Free Classes: annotation/yoloe_26l_prompt_free_classes.md
- Observation:
- Scale Observation: observation/scale_observation.md
- Reconstruction:
- Object 3D Reconstruction: reconstruction/object_3d_reconstruction.md
- Scene Components 3D Reconstruction: reconstruction/scene_components_3d_reconstruction.md
- Concepts:
- Camera Intrinsics Matrix: concepts/camera_intrinsics.md
- API Reference:
- Lifting (2D → 3D): api/lifting.md
- Observation: api/observation.md
- Reconstruction: api/reconstruction.md