Hi!
2023-09-18T10:20:45.256000+00:00 Exception in thread Thread-5 (results_loop):
2023-09-18T10:20:45.256000+00:00 Traceback (most recent call last):
2023-09-18T10:20:45.256000+00:00 File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
2023-09-18T10:20:45.256000+00:00 self.run()
2023-09-18T10:20:45.256000+00:00 File "/usr/local/lib/python3.10/threading.py", line 953, in run
2023-09-18T10:20:45.256000+00:00 self._target(self._args, *self._kwargs)
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/lib/python3.10/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 92, in results_loop
2023-09-18T10:20:45.256000+00:00 raise RuntimeError("One or more background workers are no longer alive. Exiting. Please check the print"
2023-09-18T10:20:45.256000+00:00 RuntimeError: One or more background workers are no longer alive. Exiting. Please check the print statements above for the actual error message
2023-09-18T10:20:45.256000+00:00 Traceback (most recent call last):
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/bin/nnUNetv2_predict", line 8, in
2023-09-18T10:20:45.256000+00:00 sys.exit(predict_entry_point())
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/lib/python3.10/site-packages/nnunetv2/inference/predict_from_raw_data.py", line 525, in predict_entry_point
2023-09-18T10:20:45.256000+00:00 predict_from_raw_data(args.i,
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/lib/python3.10/site-packages/nnunetv2/inference/predict_from_raw_data.py", line 236, in predict_from_raw_data
2023-09-18T10:20:45.256000+00:00 for preprocessed in mta:
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/lib/python3.10/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 204, in next
2023-09-18T10:20:45.256000+00:00 item = self.__get_next_item()
2023-09-18T10:20:45.256000+00:00 File "/home/user/.local/lib/python3.10/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 189, in __get_next_item
2023-09-18T10:20:45.256000+00:00 raise RuntimeError("One or more background workers are no longer alive. Exiting. Please check the "
2023-09-18T10:20:45.256000+00:00 RuntimeError: One or more background workers are no longer alive. Exiting. Please check the print statements above for the actual error message
2023-09-18T10:20:46.257000+00:00 Traceback (most recent call last):
2023-09-18T10:20:46.257000+00:00 File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
2023-09-18T10:20:46.257000+00:00 return _run_code(code, main_globals, None,
2023-09-18T10:20:46.257000+00:00 File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
2023-09-18T10:20:46.257000+00:00 exec(code, run_globals)
2023-09-18T10:20:46.257000+00:00 File "/opt/app/process.py", line 90, in
2023-09-18T10:20:46.257000+00:00 Lion().process()
2023-09-18T10:20:46.257000+00:00 File "/opt/app/process.py", line 82, in process
2023-09-18T10:20:46.257000+00:00 self.predict()
2023-09-18T10:20:46.257000+00:00 File "/opt/app/process.py", line 69, in predict
2023-09-18T10:20:46.257000+00:00 lion(TRACER_MODEL, self.lion_work_dir_input, self.lion_work_dir_output,ACCELERATOR)
2023-09-18T10:20:46.257000+00:00 File "/home/user/.local/lib/python3.10/site-packages/lionz/lionz.py", line 333, in lion
2023-09-18T10:20:46.257000+00:00 segmentation_file = predict_tumor(workflow_dir, model_name, output_dir, accelerator)
2023-09-18T10:20:46.257000+00:00 File "/home/user/.local/lib/python3.10/site-packages/lionz/predict.py", line 95, in predict_tumor
2023-09-18T10:20:46.257000+00:00 mask_path = get_files(output_dir, '.nii.gz')[0]
2023-09-18T10:20:46.257000+00:00 IndexError: list index out of range