|
楼主 |
发表于 2023-1-5 10:26:54
|
显示全部楼层
Traceback (most recent call last):
File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/content/drive/Shareddrives/J/DeepFaceLab/DeepFaceLab_Colab/core/joblib/SubprocessGenerator.py", line 54, in process_func
gen_data = next (self.generator_func)
File "/content/drive/Shareddrives/J/DeepFaceLab/DeepFaceLab_Colab/samplelib/SampleGeneratorFace.py", line 136, in batch_func
raise Exception ("Exception occured in sample %s. Error: %s" % (sample.filename, traceback.format_exc() ) )
Exception: Exception occured in sample 02045.jpg. Error: Traceback (most recent call last):
File "/content/drive/Shareddrives/J/DeepFaceLab/DeepFaceLab_Colab/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 "/content/drive/Shareddrives/J/DeepFaceLab/DeepFaceLab_Colab/samplelib/SampleProcessor.py", line 106, in process
warp_params = imagelib.gen_warp_params(resolution,
File "/content/drive/Shareddrives/J/DeepFaceLab/DeepFaceLab_Colab/core/imagelib/warp.py", line 146, in gen_warp_params
random_transform_mat = cv2.getRotationMatrix2D((w // 2, w // 2), rotation, scale)
TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type |
|