|
星级打分
平均分:NAN 参与人数:0 我的评分:未评
imdecode_(''): can't read data: unknown exception
Process Process-24:][0215ms][0.2071][0.6386]
Traceback (most recent call last):
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 134, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 192, in process
ct_sample_bgr = ct_sample.load_bgr()
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\Sample.py", line 112, in load_bgr
img = cv2_imread (self.filename, loader_func=self.read_raw_file).astype(np.float32) / 255.0
AttributeError: 'NoneType' object has no attribute 'astype'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "multiprocessing\process.py", line 258, in _bootstrap
File "multiprocessing\process.py", line 93, in run
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\core\joblib\SubprocessGenerator.py", line 54, in process_func
gen_data = next (self.generator_func)
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 136, in batch_func
raise Exception ("示例 %s 中出现异常。 错误:%s" % (sample.filename, traceback.format_exc() ) )
Exception: 示例 F:\DFL_maozhihanhua_RTX2080Ti\workspace\data_src\aligned\qjdA-00018_0 (2658).jpg 中出现异常。 错误:Traceback (most recent call last):
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 134, in batch_func
x, = SampleProcessor.process ([sample], self.sample_process_options, self.output_sample_types, self.debug, ct_sample=ct_sample)
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\SampleProcessor.py", line 192, in process
ct_sample_bgr = ct_sample.load_bgr()
File "F:\DFL_maozhihanhua_RTX2080Ti\_internal\DeepFaceLab\samplelib\Sample.py", line 112, in load_bgr
img = cv2_imread (self.filename, loader_func=self.read_raw_file).astype(np.float32) / 255.0
AttributeError: 'NoneType' object has no attribute 'astype'
大佬帮忙看看训练下面不跳动 谢谢了
|
|