-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
104 lines (102 loc) · 2.98 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
site_name: LabelFree文档中心
edit_uri: ""
use_directory_urls: false
theme:
name: material
language: zh
font: false
features:
- navigation.instant
# - navigation.expand
- content.tabs.link
# - navigation.tabs
# - navigation.top
- content.code.copy
# - toc.integrate
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/logo.svg
favicon: assets/lbf.ico
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- def_list
- pymdownx.tasklist:
custom_checkbox: true
repo_url: https://github.com/IndustryEssentials/label-free
nav:
- 首页: index.md
- 一键部署: chapters/deploy.md
- 快速开始:
- 创建项目: chapters/quickstart-createproject.md
- 多模态设置: chapters/note.md
- 目标检测: chapters/box.md
- 图像分割(语义、实例): chapters/seg.md
- 图像分类: chapters/classification.md
- 数据导出: chapters/quickstart-export.md
- 用户手册:
- 部署:
- Docker: chapters/docker-deploy.md
- EXE安装包: chapters/exe_install.md
- 配置: chapters/manual/conf.md
- 项目管理:
- 新建项目: chapters/manual/createproject.md
- 项目详情: chapters/manual/projectdetail.md
- 项目设置: chapters/manual/projectsetting.md
# - 数据导入: chapters/manual/import.md
- 用户管理:
- 权限管理: chapters/manual/user.md
- 标注组管理: chapters/manual/group.md
- 标注质检:
- 试标注质检: chapters/manual/samplelabelquality.md
- 标注质检: chapters/manual/labelquality.md
# - 一致性评估: chapters/manual/consistency.md
# - 准确性评估: chapters/manual/accuracy.md
- 一键标注: chapters/manual/OneclickLabeling.md
- 数据导出: chapters/manual/export.md
- 数据格式:
- COCO: chapters/coco.md
- VOC: chapters/voc.md
- IF_DATA: chapters/if_data.md
- 标签信息: chapters/tag.md
# - LabelFree: chapters/labelfree.md
- 关于:
- 联系: about.md
- 版本更新: chapters/changelog.md
- 常见问题: chapters/fq.md
plugins:
- glightbox
- search
extra_css:
- stylesheets/extra.css