Added demo config files
This commit is contained in:
parent
9949125a5d
commit
b8e260affa
7 changed files with 114 additions and 0 deletions
34
docs/project-demo/demo-material/config-files/CNN-only.yml
Normal file
34
docs/project-demo/demo-material/config-files/CNN-only.yml
Normal file
|
@ -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
|
||||||
|
...
|
34
docs/project-demo/demo-material/config-files/default.yml
Normal file
34
docs/project-demo/demo-material/config-files/default.yml
Normal file
|
@ -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
|
||||||
|
...
|
34
docs/project-demo/demo-material/config-files/tuned.yml
Normal file
34
docs/project-demo/demo-material/config-files/tuned.yml
Normal file
|
@ -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
|
||||||
|
...
|
BIN
docs/project-demo/demo-material/output/2022-05-16T112115.png
(Stored with Git LFS)
Normal file
BIN
docs/project-demo/demo-material/output/2022-05-16T112115.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/project-demo/demo-material/output/2022-05-16T113150.png
(Stored with Git LFS)
Normal file
BIN
docs/project-demo/demo-material/output/2022-05-16T113150.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/project-demo/demo-material/output/2022-05-16T113215.png
(Stored with Git LFS)
Normal file
BIN
docs/project-demo/demo-material/output/2022-05-16T113215.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/project-demo/demo-material/output/2022-05-16T113321.png
(Stored with Git LFS)
Normal file
BIN
docs/project-demo/demo-material/output/2022-05-16T113321.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in a new issue