feat(pipeline): 마디번호 기반 중복 검증 (OCR) 적용 및 1080p 720p fallback
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user