-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (31 loc) · 1009 Bytes
/
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
site_name: image-dataset-converter examples
site_url: https://www.data-mining.co.nz/image-dataset-converter-examples/
repo_url: https://github.com/waikato-datamining/image-dataset-converter-examples
edit_uri: edit/master/docs/
site_description: Examples for using the image-dataset-converter libraries
theme:
name: material
markdown_extensions:
- toc:
baselevel: 2
permalink: "#"
- attr_list
plugins:
- search
nav:
- Home: index.md
- Core library:
- Image classification: image_classification.md
- Object detection: object_detection.md
- Image segmentation: image_segmentation.md
- Filter usage: filters.md
- Docker usage: docker.md
- External functions: pyfunc.md
- Additional libraries:
- Image augmentation: imgaug.md
- Image statistics: imgstats.md
- Image visualizations: imgvis.md
- Paddle: paddle.md
- PDF: pdf.md
- Redis: redis.md
- Video: video.md