29 lines
No EOL
447 B
YAML
29 lines
No EOL
447 B
YAML
---
|
|
# Config file for autophotographer
|
|
|
|
# List of filters to apply in order
|
|
filters:
|
|
- brightness
|
|
- filesize
|
|
- contrast
|
|
- focus
|
|
|
|
# Whether or not to apply CNN ranking
|
|
CNNrank: True
|
|
|
|
# Options for focus filter
|
|
brightness_options:
|
|
threshold: 0.35
|
|
|
|
# Options for focus filter
|
|
filesize_options:
|
|
threshold: 0.35
|
|
|
|
# Options for focus filter
|
|
contrast_options:
|
|
threshold: 0.35
|
|
|
|
# Options for focus filter
|
|
focus_options:
|
|
threshold: 0.35
|
|
... |