|
发表于 2022-2-14 21:32:35
|
显示全部楼层
Error while processing data: Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data
frame_info=frame_info)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\MergeMasked.py", line 325, in MergeMasked
img_bgr_uint8 = imagelib.normalize_channels (img_bgr_uint8, 3)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\imagelib\common.py", line 15, in normalize_channels
img_shape_len = len(img.shape)
AttributeError: 'NoneType' object has no attribute 'shape'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 71, in _subprocess_run
result = self.process_data (data)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 118, in process_data
raise Exception( f'合并文件时出错 [{filepath}]: {e_str}' )
Exception: 合并文件时出错 [D:\AI\10.20系显卡\DFL_maozhihanhua_RTX2080Ti\workspace\data_dst\00011.png]: Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data
frame_info=frame_info)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\MergeMasked.py", line 325, in MergeMasked
img_bgr_uint8 = imagelib.normalize_channels (img_bgr_uint8, 3)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\imagelib\common.py", line 15, in normalize_channels
img_shape_len = len(img.shape)
AttributeError: 'NoneType' object has no attribute 'shape'
Error while processing data: Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data
frame_info=frame_info)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\MergeMasked.py", line 325, in MergeMasked
img_bgr_uint8 = imagelib.normalize_channels (img_bgr_uint8, 3)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\imagelib\common.py", line 15, in normalize_channels
img_shape_len = len(img.shape)
AttributeError: 'NoneType' object has no attribute 'shape'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 71, in _subprocess_run
result = self.process_data (data)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 118, in process_data
raise Exception( f'合并文件时出错 [{filepath}]: {e_str}' )
Exception: 合并文件时出错 [D:\AI\10.20系显卡\DFL_maozhihanhua_RTX2080Ti\workspace\data_dst\00012.png]: Traceback (most recent call last):
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data
frame_info=frame_info)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\merger\MergeMasked.py", line 325, in MergeMasked
img_bgr_uint8 = imagelib.normalize_channels (img_bgr_uint8, 3)
File "D:\AI\AI1020\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\imagelib\common.py", line 15, in normalize_channels
img_shape_len = len(img.shape)
AttributeError: 'NoneType' object has no attribute 'shape'
合成阶段出现这个怎么解决啊?求助大佬 |
|