- questions: extracted from config.yaml into config/questions.yaml (committed, like optical_flow_config.yaml) - optical_flow_config_file and questions_config_file are now required fields - data_dir and out_dir are now required (no defaults) - filenames: trimmed to input-only in example; output filenames stay as code defaults - annotator: remove optional guard around optical flow config loading Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
576 B
YAML
22 lines
576 B
YAML
storage: local # 'local' or 's3'
|
|
|
|
# Required: set these to your actual paths (local path or bucket/prefix for S3)
|
|
data_dir:
|
|
out_dir:
|
|
# For S3 credentials, copy .env.example to .env and fill in:
|
|
# S3_ACCESS_KEY, S3_SECRET_ACCESS_KEY, S3_ENDPOINT_URL
|
|
|
|
clips_file: config/clips.txt
|
|
optical_flow_config_file: config/optical_flow_config.yaml
|
|
questions_config_file: config/questions.yaml
|
|
|
|
display_max: 720
|
|
fps_fallback: 25
|
|
max_frames: 100
|
|
|
|
# Input filenames (override if your ZIP archives differ)
|
|
filenames:
|
|
video_in_zip: left.mp4
|
|
video_tmp_suffix: .mp4
|
|
zip_extension: .zip
|