|
| 1 | +2026-01-14 13:36:21,812 - VideoPipeline - INFO - Starting pipeline for: practice_1 |
| 2 | +2026-01-14 13:36:21,812 - VideoPipeline - INFO - STAGE 1: Video Analysis |
| 3 | +2026-01-14 13:36:54,999 - VideoPipeline - INFO - Analysis complete |
| 4 | +2026-01-14 13:36:54,999 - VideoPipeline - INFO - STAGE 2: Caption Generation |
| 5 | +2026-01-14 13:36:57,263 - VideoPipeline - INFO - Captioning complete |
| 6 | +2026-01-14 13:36:57,271 - VideoPipeline - INFO - STAGE 3: Video Enhancement |
| 7 | +2026-01-14 13:36:57,392 - VideoPipeline - ERROR - Pipeline failed: [Errno 2] No such file or directory: 'rife-ncnn-vulkan' |
| 8 | +Traceback (most recent call last): |
| 9 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 55, in run |
| 10 | + enhanced_video_path = self._run_enhancement() |
| 11 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 126, in _run_enhancement |
| 12 | + enhancement_result = enhancer.run_full_enhancement() |
| 13 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 501, in run_full_enhancement |
| 14 | + interp_result = self.interpolator.run_full_analysis() |
| 15 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 281, in run_full_analysis |
| 16 | + intermediate_dir = self.generate_intermediate_frames(frames_dir, frame_count) |
| 17 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 218, in generate_intermediate_frames |
| 18 | + subprocess.run(command, check=True, capture_output=True) |
| 19 | + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 20 | + File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/subprocess.py", line 554, in run |
| 21 | + with Popen(*popenargs, **kwargs) as process: |
| 22 | + ~~~~~^^^^^^^^^^^^^^^^^^^^^^ |
| 23 | + File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/subprocess.py", line 1036, in __init__ |
| 24 | + self._execute_child(args, executable, preexec_fn, close_fds, |
| 25 | + ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 26 | + pass_fds, cwd, env, |
| 27 | + ^^^^^^^^^^^^^^^^^^^ |
| 28 | + ...<5 lines>... |
| 29 | + gid, gids, uid, umask, |
| 30 | + ^^^^^^^^^^^^^^^^^^^^^^ |
| 31 | + start_new_session, process_group) |
| 32 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 33 | + File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/subprocess.py", line 1966, in _execute_child |
| 34 | + raise child_exception_type(errno_num, err_msg, err_filename) |
| 35 | +FileNotFoundError: [Errno 2] No such file or directory: 'rife-ncnn-vulkan' |
| 36 | +2026-01-14 13:41:44,401 - VideoPipeline - INFO - Starting pipeline for: practice_1 |
| 37 | +2026-01-14 13:41:44,401 - VideoPipeline - INFO - STAGE 1: Video Analysis |
| 38 | +2026-01-14 13:42:17,199 - VideoPipeline - INFO - Analysis complete |
| 39 | +2026-01-14 13:42:17,199 - VideoPipeline - INFO - STAGE 2: Caption Generation |
| 40 | +2026-01-14 13:42:24,834 - VideoPipeline - INFO - Captioning complete |
| 41 | +2026-01-14 13:42:24,840 - VideoPipeline - INFO - STAGE 3: Video Enhancement |
| 42 | +2026-01-14 13:42:24,929 - VideoPipeline - ERROR - Pipeline failed: name 'shutil' is not defined |
| 43 | +Traceback (most recent call last): |
| 44 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 55, in run |
| 45 | + enhanced_video_path = self._run_enhancement() |
| 46 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 126, in _run_enhancement |
| 47 | + enhancement_result = enhancer.run_full_enhancement() |
| 48 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 514, in run_full_enhancement |
| 49 | + interp_result = self.interpolator.run_full_analysis() |
| 50 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 294, in run_full_analysis |
| 51 | + intermediate_dir = self.generate_intermediate_frames(frames_dir, frame_count) |
| 52 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 215, in generate_intermediate_frames |
| 53 | + if not shutil.which(rife_cmd): |
| 54 | + ^^^^^^ |
| 55 | +NameError: name 'shutil' is not defined. Did you forget to import 'shutil'? |
| 56 | +2026-01-14 13:43:59,746 - VideoPipeline - INFO - Starting pipeline for: practice_1 |
| 57 | +2026-01-14 13:43:59,746 - VideoPipeline - INFO - STAGE 1: Video Analysis |
| 58 | +2026-01-14 13:44:33,110 - VideoPipeline - INFO - Analysis complete |
| 59 | +2026-01-14 13:44:33,111 - VideoPipeline - INFO - STAGE 2: Caption Generation |
| 60 | +2026-01-14 13:44:38,976 - VideoPipeline - INFO - Captioning complete |
| 61 | +2026-01-14 13:44:38,984 - VideoPipeline - INFO - STAGE 3: Video Enhancement |
| 62 | +2026-01-14 13:45:22,789 - VideoPipeline - ERROR - Pipeline failed: argument should be a str or an os.PathLike object where __fspath__ returns a str, not 'NoneType' |
| 63 | +Traceback (most recent call last): |
| 64 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 55, in run |
| 65 | + enhanced_video_path = self._run_enhancement() |
| 66 | + File "/Users/pranavviswanathan/Programming/Lucera/src/main.py", line 126, in _run_enhancement |
| 67 | + enhancement_result = enhancer.run_full_enhancement() |
| 68 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 522, in run_full_enhancement |
| 69 | + upscale_result = self.upscaler.run_full_analysis() |
| 70 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 147, in run_full_analysis |
| 71 | + output_video = self.encode_video(final_frames) |
| 72 | + File "/Users/pranavviswanathan/Programming/Lucera/src/utility_classes/video_enchancers.py", line 108, in encode_video |
| 73 | + frame_pattern = Path(frames_dir) / "frame_%06d.png" |
| 74 | + ~~~~^^^^^^^^^^^^ |
| 75 | + File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pathlib/_local.py", line 503, in __init__ |
| 76 | + super().__init__(*args) |
| 77 | + ~~~~~~~~~~~~~~~~^^^^^^^ |
| 78 | + File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pathlib/_local.py", line 132, in __init__ |
| 79 | + raise TypeError( |
| 80 | + ...<2 lines>... |
| 81 | + f"not {type(path).__name__!r}") |
| 82 | +TypeError: argument should be a str or an os.PathLike object where __fspath__ returns a str, not 'NoneType' |
| 83 | +2026-01-14 13:47:22,882 - VideoPipeline - INFO - Starting pipeline for: practice_1 |
| 84 | +2026-01-14 13:47:22,883 - VideoPipeline - INFO - STAGE 1: Video Analysis |
| 85 | +2026-01-14 13:47:56,847 - VideoPipeline - INFO - Analysis complete |
| 86 | +2026-01-14 13:47:56,847 - VideoPipeline - INFO - STAGE 2: Caption Generation |
| 87 | +2026-01-14 13:48:02,509 - VideoPipeline - INFO - Captioning complete |
| 88 | +2026-01-14 13:48:02,515 - VideoPipeline - INFO - STAGE 3: Video Enhancement |
| 89 | +2026-01-14 13:48:46,505 - VideoPipeline - INFO - Enhancement complete. Enhanced video: /Users/pranavviswanathan/Programming/Lucera/src/utility_classes/interpolation_results/final_videos/practice_1_interpolated_ad162449.mp4 |
| 90 | +2026-01-14 13:48:46,505 - VideoPipeline - INFO - STAGE 4: HLS Packaging |
| 91 | +2026-01-14 13:49:04,163 - VideoPipeline - INFO - Packaging complete |
| 92 | +2026-01-14 13:49:04,163 - VideoPipeline - INFO - STAGE 5: Quality Verification (VMAF) |
| 93 | +2026-01-14 13:49:08,234 - VideoPipeline - INFO - Quality check complete |
| 94 | +2026-01-14 13:49:08,234 - VideoPipeline - INFO - STAGE 6: Final Reporting |
| 95 | +2026-01-14 13:49:08,477 - VideoPipeline - INFO - Finalizing: Exporting artifacts to video directory |
| 96 | +2026-01-14 13:49:08,948 - VideoPipeline - INFO - Exported: analysis_results |
| 97 | +2026-01-14 13:49:08,950 - VideoPipeline - INFO - Exported: caption_results |
| 98 | +2026-01-14 13:49:08,956 - VideoPipeline - INFO - Exported: final_quality_metrics |
| 99 | +2026-01-14 13:49:08,957 - VideoPipeline - INFO - Exported final report: practice_1_final_report_558220c0.json |
| 100 | +2026-01-14 13:49:08,957 - VideoPipeline - INFO - All results available in: practice_videos/lucera_results_practice_1 |
| 101 | +2026-01-14 13:49:08,957 - VideoPipeline - INFO - Pipeline completed successfully! |
0 commit comments