From b8e260affadd03f3bf27b336184f3a621093f606 Mon Sep 17 00:00:00 2001 From: Oscar Pocock Date: Wed, 18 May 2022 14:59:31 +0100 Subject: [PATCH] Added demo config files --- .../demo-material/config-files/CNN-only.yml | 34 +++++++++++++++++++ .../demo-material/config-files/default.yml | 34 +++++++++++++++++++ .../demo-material/config-files/tuned.yml | 34 +++++++++++++++++++ .../output/2022-05-16T112115.png | 3 ++ .../output/2022-05-16T113150.png | 3 ++ .../output/2022-05-16T113215.png | 3 ++ .../output/2022-05-16T113321.png | 3 ++ 7 files changed, 114 insertions(+) create mode 100644 docs/project-demo/demo-material/config-files/CNN-only.yml create mode 100644 docs/project-demo/demo-material/config-files/default.yml create mode 100644 docs/project-demo/demo-material/config-files/tuned.yml create mode 100644 docs/project-demo/demo-material/output/2022-05-16T112115.png create mode 100644 docs/project-demo/demo-material/output/2022-05-16T113150.png create mode 100644 docs/project-demo/demo-material/output/2022-05-16T113215.png create mode 100644 docs/project-demo/demo-material/output/2022-05-16T113321.png diff --git a/docs/project-demo/demo-material/config-files/CNN-only.yml b/docs/project-demo/demo-material/config-files/CNN-only.yml new file mode 100644 index 0000000..7519951 --- /dev/null +++ b/docs/project-demo/demo-material/config-files/CNN-only.yml @@ -0,0 +1,34 @@ +--- +# Configuration file for the autophographer tool + +# List of filters to apply in order +# Note: Possible filters include: brightness, filesize, contrast, focus +filters: + # - brightness + # - filesize + # - contrast + # - focus + +# Whether or not to apply CNN ranking +CNNrank: True + +# Ignore video files and don't bother processing them into frames +# Note: Useful if directory contains original video and indivual frames from video (prevents processing the same frames more than once) +ignore_video: True + +# Options for brightness filter +brightness_options: + threshold: 0.25 + +# Options for filesize filter +filesize_options: + threshold: 0.35 + +# Options for contrast filter +contrast_options: + threshold: 0.35 + +# Options for focus filter +focus_options: + threshold: 0.5 +... \ No newline at end of file diff --git a/docs/project-demo/demo-material/config-files/default.yml b/docs/project-demo/demo-material/config-files/default.yml new file mode 100644 index 0000000..8f8ce19 --- /dev/null +++ b/docs/project-demo/demo-material/config-files/default.yml @@ -0,0 +1,34 @@ +--- +# Configuration file for the autophographer tool + +# List of filters to apply in order +# Note: Possible filters include: brightness, filesize, contrast, focus +filters: + - brightness + - filesize + - contrast + - focus + +# Whether or not to apply CNN ranking +CNNrank: False + +# Ignore video files and don't bother processing them into frames +# Note: Useful if directory contains original video and indivual frames from video (prevents processing the same frames more than once) +ignore_video: True + +# Options for brightness filter +brightness_options: + threshold: 0.25 + +# Options for filesize filter +filesize_options: + threshold: 0.35 + +# Options for contrast filter +contrast_options: + threshold: 0.35 + +# Options for focus filter +focus_options: + threshold: 0.5 +... \ No newline at end of file diff --git a/docs/project-demo/demo-material/config-files/tuned.yml b/docs/project-demo/demo-material/config-files/tuned.yml new file mode 100644 index 0000000..8f8ce19 --- /dev/null +++ b/docs/project-demo/demo-material/config-files/tuned.yml @@ -0,0 +1,34 @@ +--- +# Configuration file for the autophographer tool + +# List of filters to apply in order +# Note: Possible filters include: brightness, filesize, contrast, focus +filters: + - brightness + - filesize + - contrast + - focus + +# Whether or not to apply CNN ranking +CNNrank: False + +# Ignore video files and don't bother processing them into frames +# Note: Useful if directory contains original video and indivual frames from video (prevents processing the same frames more than once) +ignore_video: True + +# Options for brightness filter +brightness_options: + threshold: 0.25 + +# Options for filesize filter +filesize_options: + threshold: 0.35 + +# Options for contrast filter +contrast_options: + threshold: 0.35 + +# Options for focus filter +focus_options: + threshold: 0.5 +... \ No newline at end of file diff --git a/docs/project-demo/demo-material/output/2022-05-16T112115.png b/docs/project-demo/demo-material/output/2022-05-16T112115.png new file mode 100644 index 0000000..99b4ab9 --- /dev/null +++ b/docs/project-demo/demo-material/output/2022-05-16T112115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e9225320395bd23f62316c96990b811b4975af628f0a3e8f8c3f279e481493 +size 655486 diff --git a/docs/project-demo/demo-material/output/2022-05-16T113150.png b/docs/project-demo/demo-material/output/2022-05-16T113150.png new file mode 100644 index 0000000..6b359cb --- /dev/null +++ b/docs/project-demo/demo-material/output/2022-05-16T113150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fca8e3dc1c9b02862b7f3da4f5f79857cdd67d7fd9105137f2a8daf11c85b9 +size 380661 diff --git a/docs/project-demo/demo-material/output/2022-05-16T113215.png b/docs/project-demo/demo-material/output/2022-05-16T113215.png new file mode 100644 index 0000000..7787536 --- /dev/null +++ b/docs/project-demo/demo-material/output/2022-05-16T113215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad6c1b22706d842bce9fb93daac32c18b27add59e7ffacae5836f696225a8d0 +size 480231 diff --git a/docs/project-demo/demo-material/output/2022-05-16T113321.png b/docs/project-demo/demo-material/output/2022-05-16T113321.png new file mode 100644 index 0000000..8d5fd01 --- /dev/null +++ b/docs/project-demo/demo-material/output/2022-05-16T113321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2747e0b88bb3d4993820be92a6957d96753dcbf732b41e0a5f6f5f870cd291 +size 3452432