-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
77 lines (71 loc) · 2.27 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
site_name: Labelformat Docs
theme:
name: material
features:
- navigation.instant
- navigation.expand
- search.highlight
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- content.tabs.link
palette:
scheme: slate
primary: grey
accent: blue
site_url: https://labelformat.com
repo_url: https://github.com/lightly-ai/labelformat
repo_name: Labelformat
docs_dir: docs
nav:
- Home:
- index.md
- Features: features.md
- Installation: installation.md
- Quick Start: quick-start.md
- Usage: usage.md
- Supported Formats:
- Object Detection:
- formats/object-detection/index.md
- COCO Format: formats/object-detection/coco.md
- KITTI Format: formats/object-detection/kitti.md
- Labelbox Format: formats/object-detection/labelbox.md
- Lightly Format: formats/object-detection/lightly.md
- PascalVOC Format: formats/object-detection/pascalvoc.md
- YOLOv5 Format: formats/object-detection/yolov5.md
- YOLOv6 Format: formats/object-detection/yolov6.md
- YOLOv7 Format: formats/object-detection/yolov7.md
- YOLOv8 Format: formats/object-detection/yolov8.md
- YOLOv9 Format: formats/object-detection/yolov9.md
- YOLOv10 Format: formats/object-detection/yolov10.md
- YOLOv11 Format: formats/object-detection/yolov11.md
- Tutorials:
- Converting COCO to YOLOv8: tutorials/converting-coco-to-yolov8.md
- About Us: about-us.md
plugins:
- search
- blog
- git-revision-date-localized:
type: date
extra:
analytics:
provider: google
property: G-K4PH64C9BM
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_javascript:
- assets/js/analytics.js
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true