feat(pipeline): 마디번호 기반 중복 검증 (OCR) 적용 및 1080p 720p fallback

This commit is contained in:
quantlab
2026-03-26 07:29:52 +09:00
parent 98381d2893
commit 850f1bde92
4 changed files with 95 additions and 21 deletions

View File

@@ -82,9 +82,8 @@ def main():
output_dir = Path("output")
mp4_files = sorted(output_dir.glob("*.mp4"))
if not mp4_files:
print("output/ 폴더에 mp4 파일이 없습니다!")
print("테스트할 영상(mp4)이 output 폴더에 없습니다.")
print(" → python test_pipeline.py --download 로 영상 다운로드")
sys.exit(1)