-
Notifications
You must be signed in to change notification settings - Fork 126
/
mkdocs.yml
192 lines (182 loc) · 7.21 KB
/
mkdocs.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
site_name: Roboflow Inference
site_url: https://inference.roboflow.com/
site_author: Roboflow
site_description: Scalable, on-device computer vision deployment.
repo_name: roboflow/inference
repo_url: https://github.com/roboflow/inference
edit_uri: https://github.com/roboflow/inference/tree/main/docs
copyright: Roboflow 2024. All rights reserved.
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/roboflow
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/roboflow
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/roboflow-ai/mycompany/
- icon: fontawesome/brands/twitter
link: https://twitter.com/roboflow
analytics:
provider: google
property: G-T0CED2YY8K
version:
default: 1.0
extra_css:
- styles.css
- styles/cookbooks.css
nav:
- Roboflow Inference:
- What is Inference?: index.md
- Enterprise Features: enterprise/enterprise.md
- Inference Basics:
- Roboflow Ecosystem: quickstart/roboflow_ecosystem.md
- 'Models: Popular': quickstart/aliases.md
- 'Models: Fine-tuned': quickstart/explore_models.md
- 'Models: Universe': quickstart/load_from_universe.md
- 'Models: Local Weights': models/from_local_weights.md
- Supported Fine-Tuned Models:
- YOLOv10: fine-tuned/yolov10.md
- YOLOv9: fine-tuned/yolov9.md
- YOLOv8: fine-tuned/yolov8.md
- YOLOv7: fine-tuned/yolov7.md
- YOLOv5: fine-tuned/yolov5.md
- YOLO-NAS: fine-tuned/yolonas.md
- Foundation Model:
- What is a Foundation Model?: foundation/about.md
- CLIP (Classification, Embeddings): foundation/clip.md
- CogVLM (Multimodal Language Model): foundation/cogvlm.md
- DocTR (OCR): foundation/doctr.md
- Florence-2: foundation/florence2.md
- TrOCR (OCR): foundation/trocr.md
- Grounding DINO (Object Detection): foundation/grounding_dino.md
- L2CS-Net (Gaze Detection): foundation/gaze.md
- PaliGemma: foundation/paligemma.md
- Segment Anything (Segmentation): foundation/sam.md
- Segment Anything 2 (Segmentation): foundation/sam2.md
- YOLO-World (Object Detection): foundation/yolo_world.md
- OwlV2 (Object Detection): foundation/owlv2.md
- Run a Model:
- Getting started: quickstart/run_a_model.md
- Predict on an Image Over HTTP: quickstart/run_model_on_image.md
- Predict on a Video, Webcam or RTSP Stream: quickstart/run_model_on_rtsp_webcam.md
- Predict Over UDP: quickstart/run_model_over_udp.md
- Keypoint Detection: quickstart/run_keypoint_detection.md
- Deploy a Model:
- Configure Your Deployment: https://roboflow.github.io/deploy-setup-widget/results.html
- How Do I Run Inference?: quickstart/inference_101.md
- What Devices Can I Use?: quickstart/devices.md
- Retrieve Your API Key: quickstart/configure_api_key.md
- Model Licenses: https://roboflow.com/licensing
- Workflows:
- About Workflows: workflows/about.md
- Create And Run: workflows/create_and_run.md
- Ecosystem: workflows/understanding.md
- Blocks Overview: workflows/blocks_connections.md
- Blocks Gallery: workflows/blocks.md
- Examples: workflows/gallery_index.md
- Video Processing: workflows/video_processing/overview.md
- User Guide:
- Running Workflows: workflows/modes_of_running.md
- Workflows Definitions: workflows/definitions.md
- Workflow Execution: workflows/workflow_execution.md
- Developer Guide:
- Compiler: workflows/workflows_compiler.md
- Execution Engine: workflows/workflows_execution_engine.md
- Kinds: workflows/kinds.md
- Blocks Creation: workflows/create_workflow_block.md
- Data Representations: workflows/internal_data_types.md
- Blocks Bundling: workflows/blocks_bundling.md
- Dynamic Python Blocks: workflows/custom_python_code_blocks.md
- Versioning: workflows/versioning.md
- Testing: workflows/testing.md
- Schema API: workflows/schema_api.md
- Changelog: workflows/execution_engine_changelog.md
- Reference:
- Inference Pipeline: using_inference/inference_pipeline.md
- Active Learning:
- Use Active Learning: enterprise/active-learning/active_learning.md
- Sampling Strategies:
- Random Sampling: enterprise/active-learning/random_sampling.md
- Detection Number: enterprise/active-learning/detection_number.md
- Close to Threshold Sampling: enterprise/active-learning/close_to_threshold_sampling.md
- Classes Based: enterprise/active-learning/classes_based.md
- Enterprise Features:
- Parallel HTTP API: enterprise/parallel_processing.md
- Stream Management API: enterprise/stream_management_api.md
- Inference Helpers:
- Inference Landing Page: inference_helpers/inference_landing_page.md
- Inference CLI: inference_helpers/inference_cli.md
- Inference SDK: inference_helpers/inference_sdk.md
- inference configuration:
- Environmental variables: server_configuration/environmental_variables.md
- Security of input formats: server_configuration/accepted_input_formats.md
- Service telemetry: server_configuration/service_telemetry.md
- Reference:
- Inference API Reference: docs/reference/
- Running With Docker: quickstart/docker.md
- Docker Configuration Options: quickstart/docker_configuration_options.md
- Install “bare metal” Inference GPU on Windows: quickstart/inference_gpu_windows.md
- Contribute to Inference: contributing.md
- Changelog: https://github.com/roboflow/inference/releases
- Cookbooks: cookbooks.md
theme:
name: 'material'
logo: inference-icon.png
favicon: inference-icon.png
custom_dir: docs/theme
font:
text: Roboto
code: Roboto Mono
features:
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.prune
- navigation.footer
- navigation.tracking
- navigation.indexes
- navigation.sections
- content.code.copy
palette:
- scheme: default
primary: 'custom'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: 'custom'
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- mkdocstrings:
handlers:
python:
paths: [.]
- search
- swagger-ui-tag
- mkdocs-jupyter
- social:
cards_layout_dir: docs/layouts
cards_layout: custom
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: nav.md
- macros:
include_dir: docs/include
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
extra_javascript:
- 'https://widget.kapa.ai/kapa-widget.bundle.js'
- 'javascript/init_kapa_widget.js'
- 'javascript/cookbooks.js'