forked from IndustryEssentials/ymir-executor
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (51 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
51 lines (51 loc) · 1.48 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
site_name: Ymir-Executor Documence
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: numpy
# watch:
# - seg-semantic-demo-tmi.app.start
- include_dir_to_nav
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- toc:
permalink: "#"
# - sane_lists
nav:
- Home: index.md
- 基本概念:
- overview/introduction.md
- overview/framework.md
- overview/dataset-format.md
- overview/hyper-parameter.md
- overview/ymir-executor.md
- 目标检测: object_detection
- 图像分割:
- image_segmentation/simple_semantic_seg_training.md
- image_segmentation/simple_semantic_seg_infer.md
- image_segmentation/simple_semantic_seg_mining.md
- image_segmentation/test_semantic_seg.md
- image_segmentation/simple_instance_seg_tmi.md
- 快速定制: fast_custom
- 镜像社区:
- image_community/image_community.md
- image_community/seg-mmseg-tmi.md
- image_community/det-yolov5-tmi.md
- image_community/det-mmdet-tmi.md
- image_community/det-nanodet-tmi.md
- image_community/det-detectron2-tmi.md
- image_community/det-yolov7-tmi.md
- image_community/det-vidt-tmi.md
- image_community/det-yolov5-automl-tmi.md
- image_community/det-yolov4-tmi.md
- 算法仓库: algorithms
- 设计文档: design_doc