forked from Pixeptron-Vision/anomaly_detection_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (38 loc) · 1.14 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (38 loc) · 1.14 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
site_name: Anomaly Detection
site_description: PatchCore-based anomaly detection for industrial quality control
theme:
name: material
palette:
primary: deep orange
accent: blue grey
features:
- navigation.instant
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Project Overview: project-overview.md
- Model Architecture: model-architecture.md
- Data Preprocessing: data-preprocessing.md
- Training: training.md
- Results and Inference: results.md
- Challenges and Learnings: challenges.md
- Installation: installation.md
- Usage Guide: usage.md
- Homework - DONE:
- Overview: homework/index.md
- Step 1 - Preprocessing: homework/step-1-preprocessing.md
- Step 2 - Dataset: homework/step-2-dataset.md
- Step 3 - Model: homework/step-3-model.md
- Step 4 - Training: homework/step-4-training.md
- Step 5 - Inference: homework/step-5-inference.md
- Step 6 - App: homework/step-6-app.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true