-
Notifications
You must be signed in to change notification settings - Fork 672
/
CODEOWNERS
Validating CODEOWNERS rules...
85 lines (73 loc) · 4.75 KB
/
CODEOWNERS
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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo.
* @samet-akcay
# CI/CD
/.ci/ @ashwinvaidya17
/.devcontainer @ashwinvaidya17 @yunchu
/.github @ashwinvaidya17 @yunchu
/.dockerignore @ashwinvaidya17
# Docs
/docs @samet-akcay
# Notebooks
/notebooks/000_getting_started @samet-akcay
/notebooks/100_datamodules @djdameln
/notebooks/200_models @samet-akcay
/notebooks/300_benchmarking @ashwinvaidya17
/notebooks/400_openvino @samet-akcay @paularamo
/notebooks/500_use_cases @paularamo
/notebooks/README.md @samet-akcay
# Requirements
/requirements/ @samet-akcay @ashwinvaidya17 @djdameln
# Anomalib
/src/anomalib/config @ashwinvaidya17
/src/anomalib/data @djdameln
/src/anomalib/deploy @samet-akcay @ashwinvaidya17 @djdameln
/src/anomalib/models/cfa @samet-akcay
/src/anomalib/models/cflow @ashwinvaidya17
/src/anomalib/models/csflow @ashwinvaidya17
/src/anomalib/models/dfkde @djdameln
/src/anomalib/models/dfm @djdameln
/src/anomalib/models/draem @djdameln
/src/anomalib/models/fastflow @samet-akcay
/src/anomalib/models/ganomaly @ashwinvaidya17
/src/anomalib/models/padim @samet-akcay
/src/anomalib/models/patchcore @djdameln
/src/anomalib/models/reverse_distillation @ashwinvaidya17
/src/anomalib/models/rkde @djdameln
/src/anomalib/models/stfpm @samet-akcay
/src/anomalib/post_processing @ashwinvaidya17 @djdameln
/src/anomalib/pre_processing/tiler.py @djdameln
/src/anomalib/pre_processing/transforms @djdameln
/src/anomalib/utils/callbacks @ashwinvaidya17
/src/anomalib/cli @ashwinvaidya17
/src/anomalib/cv @djdameln
/src/anomalib/hpo @ashwinvaidya17
/src/anomalib/loggers @ashwinvaidya17
/src/anomalib/metrics @djdameln
/src/anomalib/sweep @ashwinvaidya17
# Anomalib Model Components
/src/anomalib/models/components/base @samet-akcay @ashwinvaidya17 @djdameln
/src/anomalib/models/components/classification @djdameln
/src/anomalib/models/components/dimensionality_reduction @djdameln @samet-akcay
/src/anomalib/models/components/feature_extractors @ashwinvaidya17
/src/anomalib/models/components/filters @samet-akcay
/src/anomalib/models/components/flow @samet-akcay
/src/anomalib/models/components/layers @djdameln
/src/anomalib/models/components/sampling @samet-akcay
/src/anomalib/models/components/stats @djdameln @samet-akcay
# Tests
/tests/ @samet-akcay @ashwinvaidya17
# Misc
/pyproject.toml @samet-akcay @yunchu
/README.md @samet-akcay @ashwinvaidya17 @djdameln
/setup.py @samet-akcay @yunchu
/third-party-programs.txt @samet-akcay @ashwinvaidya17 @djdameln
/tox.ini @samet-akcay @yunchu
# Tools
/tools/benchmarking @ashwinvaidya17
/tools/hpo @ashwinvaidya17
/tools/inference @samet-akcay @djdameln
/tools/test.py @samet-akcay @djdameln
/tools/train.py @samet-akcay @djdameln