5 Star 33 Fork 15

MindSpore Lab/mindocr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 6.20 KB
一键复制 编辑 原始数据 按行查看 历史
alien_0119 提交于 5个月前 . fix docs (#793)
site_name: MindOCR Docs
site_url: https://mindspore-lab.github.io/mindocr
repo_url: https://github.com/mindspore-lab/mindocr
repo_name: mindspore-lab/mindocr
copyright: Copyright © 2022 - 2025 MindSpore Lab
nav:
- Home: index.md
# - Installation: installation.md
- Model Zoo:
- Training: mkdocs/modelzoo_training.md
- Inference - MindOCR Models: inference/mindocr_models_list.md
- Inference - Third-party Models: inference/thirdparty_models_list.md
- Tutorials:
- 1. Datasets:
- Dataset Preparation: datasets/converters.md
- Data Transformation Mechanism: tutorials/transform_tutorial.md
- 2. Model Training:
- Yaml Configuration: tutorials/yaml_configuration.md
- Text Detection: tutorials/training_detection_custom_dataset.md
- Text Recognition: tutorials/training_recognition_custom_dataset.md
- Distributed Training: tutorials/distribute_train.md
- Advance Training: tutorials/advanced_train.md
- 3. Inference and Deployment:
- Python Online Inference: mkdocs/online_inference.md
- MindOCR Offline Inference: inference/inference_tutorial.md
- MindOCR Models List: inference/mindocr_models_list.md
- Third-party Models List: inference/thirdparty_models_list.md
- Model Conversion: inference/convert_tutorial.md
- 4. Developer Guides:
- Customize Dataset: mkdocs/customize_dataset.md
- Customize Data Transformation: mkdocs/customize_data_transform.md
- Customize a New Model: mkdocs/customize_model.md
- Customize Postprocessing Method: mkdocs/customize_postprocess.md
# - Reference:
# - API doc: reference/api_doc.md
- Notes:
# - Change Log: notes/changelog.md
- Contributing: mkdocs/contributing.md
# - Code of Conduct: notes/code_of_conduct.md
- FAQ: tutorials/frequently_asked_questions.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to light mode
features:
# - navigation.instant # see https://github.com/ultrabug/mkdocs-static-i18n/issues/62
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- search.share
- search.suggest
- content.action.view
- content.action.edit
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotations
markdown_extensions:
# Officially Supported Extensions
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- sane_lists
- tables
- toc:
permalink: true
- wikilinks
# Third Party Extensions(Bundles, PyMdown Extensions)
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
#hooks:
# - docs/gen_ref_pages.py
plugins:
- search
- include-markdown:
rewrite-relative-urls: false
start: <!--start-->
end: <!--end-->
- mkdocstrings:
default_handler: python
handlers:
python:
options:
# Headings
show_root_heading: true
show_root_toc_entry: true
show_object_full_path: true
# Members
show_submodules: false
# Docstrings
docstring_section_style: spacy
- i18n:
default_language: en
docs_structure: folder
languages:
- locale: en
default: true
name: English
- locale: zh
default: false
name: 中文
nav_translations:
Home: 主页
Installation: 安装
Model Zoo: 模型仓库
Tutorials: 教程
Quick Start: 快速开始
Configuration: 配置
Finetune: 微调
Training: 训练
Inference: 推理
Deployment: 部署
Notes: 说明
Change Log: 更新日志
Code of Conduct: 行为准则
FAQ: 常见问题
Inference - MindOCR Models: 推理MindOCR原生模型
Inference - Third-party Models: 推理第三方模型
1. Datasets: 1. 数据集
Dataset Preparation: 数据准备
Data Transformation Mechanism: 数据转换
2. Model Training: 2. 模型训练
Yaml Configuration: Yaml 配置
Text Detection: 文本检测
Text Recognition: 文本识别
Distributed Training: 分布式训练
Advance Training: 进阶训练
3. Inference and Deployment: 3. 推理和部署
Python Online Inference: 基于Python的在线推理
MindOCR Offline Inference: MindOCR 离线推理
MindOCR Models List: MindOCR模型支持列表
Third-party Models List: 第三方模型支持列表
Model Conversion: 模型转换
4. Developer Guides: 4. 开发指导
Customize Dataset: 定制化数据
Customize Data Transformation: 定制化数据转换
Customize a New Model: 定制化一个新模型
Customize Postprocessing Method: 定制化后处理方法
Contributing: 贡献
extra:
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:mindspore-lab@huawei.com
- icon: fontawesome/brands/github
link: https://github.com/mindspore-lab/mindocr
- icon: fontawesome/brands/zhihu
link: https://www.zhihu.com/people/mindsporelab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore-lab/mindocr.git
git@gitee.com:mindspore-lab/mindocr.git
mindspore-lab
mindocr
mindocr
main

搜索帮助