2026-05-20 16:30:59 +02:00
|
|
|
storage: local # 'local' or 's3'
|
|
|
|
|
|
|
|
|
|
# Required: set these to your actual paths (local path or bucket/prefix for S3)
|
2026-06-03 11:50:14 +02:00
|
|
|
data_dir: # e.g. data/clips or for S3: hydroscan-data/GRAMMONT/
|
|
|
|
|
out_dir: # e.g. data/out or for S3: hydroscan-data/annotations/<name>/ # Put your name here
|
2026-05-20 16:30:59 +02:00
|
|
|
# For S3 credentials, copy .env.example to .env and fill in:
|
2026-05-20 16:15:38 +02:00
|
|
|
# S3_ACCESS_KEY, S3_SECRET_ACCESS_KEY, S3_ENDPOINT_URL
|
2026-05-20 16:30:59 +02:00
|
|
|
|
2026-05-20 13:42:48 +02:00
|
|
|
clips_file: config/clips.txt
|
2026-05-20 15:18:10 +02:00
|
|
|
optical_flow_config_file: config/optical_flow_config.yaml
|
2026-05-20 16:30:59 +02:00
|
|
|
questions_config_file: config/questions.yaml
|
2026-05-20 13:42:48 +02:00
|
|
|
|
2026-05-20 15:22:25 +02:00
|
|
|
display_max: 720
|
|
|
|
|
fps_fallback: 25
|
|
|
|
|
max_frames: 100
|
|
|
|
|
|
2026-05-20 16:30:59 +02:00
|
|
|
# Input filenames (override if your ZIP archives differ)
|
2026-05-20 15:22:25 +02:00
|
|
|
filenames:
|
|
|
|
|
video_in_zip: left.mp4
|
|
|
|
|
video_tmp_suffix: .mp4
|
|
|
|
|
zip_extension: .zip
|