2025-01-06 16:54:10,964 - videogen - INFO - VideoGen 0.6.1rc1 2025-01-06 16:54:10,964 - videogen - INFO - Checking arguments 2025-01-06 16:54:10,968 - videogen - INFO - Initializing deployment paths class. 2025-01-06T16:54:10 - deployment - WARNING: No CCTV directory, defaulting to P3D 1.0 2025-01-06T16:54:10 - deployment - INFO: Detected P3D version: P3D_1 2025-01-06T16:54:10 - INFO: Mounting disk image: /working/4be88266-13e5-4137-92c2-ed8004f0a10d/4be88266-13e5-4137-92c2-ed8004f0a10d.iso 2025-01-06T16:54:10 - disk_image - INFO: Current OS is: Linux mount: /working/4be88266-13e5-4137-92c2-ed8004f0a10d/processing/data: WARNING: source write-protected, mounted read-only. 2025-01-06T16:54:11 - INFO: Disk image mounted successfully at /working/4be88266-13e5-4137-92c2-ed8004f0a10d/processing/data ========================================= 2025-01-06T16:54:11 - deployment - INFO: Loading deplyoment info and structure 2025-01-06 16:54:11,123 - videogen - INFO - Starting video generation 2025-01-06 16:54:11,124 - videogen - INFO - Initializing Video Generator 2025-01-06 16:54:11,124 - videogen - INFO - Initializing panoramic video calibration process 2025-01-06 16:54:11,138 - videogen - INFO - Initializing the output frame handler 2025-01-06 16:54:11,139 - videogen - INFO - Getting the list of frame numbers that are already present 2025-01-06 16:54:11,139 - videogen - INFO - Getting list of all image sets 2025-01-06 16:54:11,256 - videogen - INFO - Processing 10589 frames in parallel sets of 40 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 0 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 1 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 2 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 3 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 4 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 5 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 6 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 7 2025-01-06 16:54:11,384 - videogen - INFO - Processing frame: 8 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 9 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 10 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 11 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 12 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 13 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 14 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 15 2025-01-06 16:54:11,385 - videogen - INFO - Processing frame: 16 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 17 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 23 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 18 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 19 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 20 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 25 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 21 2025-01-06 16:54:11,386 - videogen - INFO - Processing frame: 22 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 26 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 27 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 28 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 29 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 24 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 34 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 30 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 32 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 31 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 37 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 38 2025-01-06 16:54:11,387 - videogen - INFO - Processing frame: 33 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 40 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 41 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 42 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 43 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 44 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 36 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 45 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 46 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 35 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 39 2025-01-06 16:54:11,388 - videogen - INFO - Processing frame: 47 multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/app/videogen/lib/generate.py", line 158, in process_frame tmp_sfm = libcommon.meshroom.prepare_sfm(self.calib_sfm_path, img_set_working_path, image_set) File "/usr/local/lib/python3.10/dist-packages/libcommon/meshroom.py", line 204, in prepare_sfm copyfile(calib_sfm_path, tmp_sfm) File "/usr/lib/python3.10/shutil.py", line 254, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: '/working/4be88266-13e5-4137-92c2-ed8004f0a10d/processing/meshroom/panorama/calibration/sfm.json' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/app/videogen/__main__.py", line 147, in main() File "/app/videogen/__main__.py", line 77, in main error_code = VideoGenerator( File "/app/videogen/lib/generate.py", line 79, in generate error_code = self.process_frames_parallel(img_sets) File "/app/videogen/lib/generate.py", line 201, in process_frames_parallel for index, exit_code in enumerate(results, 1): File "/usr/lib/python3.10/multiprocessing/pool.py", line 873, in next raise value FileNotFoundError: [Errno 2] No such file or directory: '/working/4be88266-13e5-4137-92c2-ed8004f0a10d/processing/meshroom/panorama/calibration/sfm.json'