-
Notifications
You must be signed in to change notification settings - Fork 901
Expand file tree
/
Copy pathCODEOWNERS
More file actions
69 lines (58 loc) · 4.3 KB
/
CODEOWNERS
File metadata and controls
69 lines (58 loc) · 4.3 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
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
# 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 @ashwinvaidya17 @rajeshgangireddy
# CI/CD
/.devcontainer @ashwinvaidya17
/.github @ashwinvaidya17
/.dockerignore @ashwinvaidya17
/.github/workflows/ @open-edge-platform/geti-ci-maintain
/.github/actions/ @open-edge-platform/geti-ci-maintain
/SECURITY.md @open-edge-platform/geti-ci-maintain
/.semgrepignore @open-edge-platform/geti-ci-maintain
/.github/renovate.json5 @open-edge-platform/geti-ci-maintain
# Docs
/docs @samet-akcay
/examples @samet-akcay @ashwinvaidya17 @rajeshgangireddy
# Notebooks
/examples/notebooks/01_getting_started @samet-akcay
/examples/notebooks/02_data @ashwinvaidya17 @rajeshgangireddy
/examples/notebooks/03_models @samet-akcay
/examples/notebooks/04_metrics @ashwinvaidya17 @rajeshgangireddy
/examples/notebooks/05_loggers @samet-akcay @ashwinvaidya17
/examples/notebooks/06_visualization @samet-akcay @ashwinvaidya17
/examples/notebooks/07_deployment @ashwinvaidya17 @rajeshgangireddy
/examples/notebooks/README.md @samet-akcay
# Requirements
/requirements/ @samet-akcay @ashwinvaidya17 @rajeshgangireddy
# Anomalib
/src/anomalib/callbacks @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/cli @ashwinvaidya17
/src/anomalib/data @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/deploy @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/engine @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/loggers @ashwinvaidya17
/src/anomalib/metrics @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/models @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/pipelines @ashwinvaidya17
/src/anomalib/post_processing @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/pre_processing @ashwinvaidya17 @rajeshgangireddy
/src/anomalib/utils @ashwinvaidya17 @rajeshgangireddy @samet-akcay
/src/anomalib/visualization @samet-akcay @ashwinvaidya17
# Anomalib Studio
/application/ui @MarkRedeman @maxxgx @ActiveChooN
/application/backend @maxxgx @rajeshgangireddy @MarkRedeman
# Tests
/tests/ @samet-akcay @ashwinvaidya17 @rajeshgangireddy
# Misc
/CHANGELOG.md @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/pyproject.toml @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/README.md @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/setup.py @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/third-party-programs.txt @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/tox.ini @samet-akcay @ashwinvaidya17 @rajeshgangireddy
# Tools
/tools/experimental @ashwinvaidya17
/tools/tiled_ensemble @samet-akcay @ashwinvaidya17 @rajeshgangireddy
/tools/inference @samet-akcay @ashwinvaidya17 @rajeshgangireddy