Replace hardcoded config and directory scan with YAML config and explicit clip list
- config.py constants -> config/config.yaml (user-editable, git-ignored) - Questions and defaults now defined in the YAML, including per-question defaults - ClipSelector no longer scans the data dir; reads a user-provided clips.txt instead - Removed --daily / --time / --skip-existing-day args - video_loader now samples frames evenly across the full clip - pyyaml added as a dependency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
config/clips.example.txt
Normal file
10
config/clips.example.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# List the clip filenames (without path) to annotate, one per line.
|
||||
# Lines starting with # are ignored. Order is preserved.
|
||||
GRAMMONT_2025-11-17T11_31_38.546953+00_00.zip
|
||||
GRAMMONT_2025-11-17T12_31_39.650554+00_00.zip
|
||||
GRAMMONT_2025-11-17T15_32_07.184007+00_00.zip
|
||||
GRAMMONT_2025-11-17T15_32_07.184007+00_00.zip
|
||||
GRAMMONT_2025-11-17T15_47_10.070449+00_00.zip
|
||||
GRAMMONT_2025-11-22T10_47_02.705611+00_00.zip
|
||||
GRAMMONT_2025-11-22T14_47_00.096714+00_00.zip
|
||||
GRAMMONT_2025-11-22T15_32_01.015469+00_00.zip
|
||||
Reference in New Issue
Block a user