Added demo config files
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Oscar Blue 2022-05-18 14:59:31 +01:00
parent 9949125a5d
commit b8e260affa
7 changed files with 114 additions and 0 deletions

View 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
...

View 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
...

View 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

Binary file not shown.

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

Binary file not shown.

BIN
docs/project-demo/demo-material/output/2022-05-16T113321.png (Stored with Git LFS) Normal file

Binary file not shown.