| commit | abcff559131bc06d2e5ab5f50446cc39cceab10b | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 11 22:01:12 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 11 22:01:12 2020 +0400 |
| tree | d4db81795c55ae970ec11b83875ac28a184ee182 | |
| parent | 00883769a91051950b7b93be363d65af93df6605 [diff] |
face-detector: remove - from dir name
diff --git a/apps/face-detection/Dockerfile b/apps/face_detection/Dockerfile similarity index 100% rename from apps/face-detection/Dockerfile rename to apps/face_detection/Dockerfile
diff --git a/apps/face-detection/chart/Chart.yaml b/apps/face_detection/chart/Chart.yaml similarity index 100% rename from apps/face-detection/chart/Chart.yaml rename to apps/face_detection/chart/Chart.yaml
diff --git a/apps/face-detection/chart/README.md b/apps/face_detection/chart/README.md similarity index 100% rename from apps/face-detection/chart/README.md rename to apps/face_detection/chart/README.md
diff --git a/apps/face-detection/chart/face-detection.tar.gz b/apps/face_detection/chart/face-detection.tar.gz similarity index 100% rename from apps/face-detection/chart/face-detection.tar.gz rename to apps/face_detection/chart/face-detection.tar.gz Binary files differ
diff --git a/apps/face-detection/chart/templates/pcloud/Actions.yaml b/apps/face_detection/chart/templates/pcloud/Actions.yaml similarity index 100% rename from apps/face-detection/chart/templates/pcloud/Actions.yaml rename to apps/face_detection/chart/templates/pcloud/Actions.yaml
diff --git a/apps/face-detection/chart/templates/pcloud/Schema.yaml b/apps/face_detection/chart/templates/pcloud/Schema.yaml similarity index 100% rename from apps/face-detection/chart/templates/pcloud/Schema.yaml rename to apps/face_detection/chart/templates/pcloud/Schema.yaml
diff --git a/apps/face-detection/chart/templates/pcloud/Triggers.yaml b/apps/face_detection/chart/templates/pcloud/Triggers.yaml similarity index 100% rename from apps/face-detection/chart/templates/pcloud/Triggers.yaml rename to apps/face_detection/chart/templates/pcloud/Triggers.yaml
diff --git a/apps/face-detection/chart/values.yaml b/apps/face_detection/chart/values.yaml similarity index 100% rename from apps/face-detection/chart/values.yaml rename to apps/face_detection/chart/values.yaml
diff --git a/apps/face-detection/deploy.yaml b/apps/face_detection/deploy.yaml similarity index 100% rename from apps/face-detection/deploy.yaml rename to apps/face_detection/deploy.yaml
diff --git a/apps/face-detection/haar.py b/apps/face_detection/haar.py similarity index 100% rename from apps/face-detection/haar.py rename to apps/face_detection/haar.py
diff --git a/apps/face-detection/haarcascade_frontalface_default.xml b/apps/face_detection/haarcascade_frontalface_default.xml similarity index 100% rename from apps/face-detection/haarcascade_frontalface_default.xml rename to apps/face_detection/haarcascade_frontalface_default.xml
diff --git a/apps/face-detection/main.py b/apps/face_detection/main.py similarity index 100% rename from apps/face-detection/main.py rename to apps/face_detection/main.py
diff --git a/apps/face-detection/mtcnn.py b/apps/face_detection/mtcnn.py similarity index 100% rename from apps/face-detection/mtcnn.py rename to apps/face_detection/mtcnn.py