|
发表于 2024-4-28 15:18:12
|
显示全部楼层
请问怎么用?放在\workspace\data_dst\aligned文件夹下不行。提示如下:
/!\ FaceSamplesLoader: D:\DFL-MVE-SN-2.1.0\workspace\data_dst\aligned\69988.png is not a dfl image file.
Loading samples: 100%|########################################################9| 13059/13061 [00:12<00:00, 1041.90it/s]
/!\ FaceSamplesLoader: D:\DFL-MVE-SN-2.1.0\workspace\data_dst\aligned\69993.png is not a dfl image file.
Loading samples: 100%|########################################################9| 13060/13061 [00:12<00:00, 1041.98it/s]
/!\ FaceSamplesLoader: D:\DFL-MVE-SN-2.1.0\workspace\data_dst\aligned\69998.png is not a dfl image file.
Loading samples: 100%|#########################################################| 13061/13061 [00:12<00:00, 1038.17it/s]
Error: No training data provided.
Traceback (most recent call last):
File "D:\DFL-MVE-SN-2.1.0\_internal\DeepFaceLab_old\mainscripts\Trainer.py", line 46, in trainerThread
model = models.import_model(model_class_name)(
File "D:\DFL-MVE-SN-2.1.0\_internal\DeepFaceLab_old\models\ModelBase.py", line 206, in __init__
self.on_initialize()
File "D:\DFL-MVE-SN-2.1.0\_internal\DeepFaceLab_old\models\Model_SAEHD\Model.py", line 1345, in on_initialize
SampleGeneratorFace(
File "D:\DFL-MVE-SN-2.1.0\_internal\DeepFaceLab_old\samplelib\SampleGeneratorFace.py", line 48, in __init__
raise ValueError('No training data provided.')
ValueError: No training data provided.
Exception in thread Thread-4:
Traceback (most recent call last):
File "D:\DFL-MVE-SN-2.1.0\_internal\python-3.9.18\lib\threading.py", line 980, in _bootstrap_inner
self.run()
File "D:\DFL-MVE-SN-2.1.0\_internal\python-3.9.18\lib\threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "D:\DFL-MVE-SN-2.1.0\_internal\DeepFaceLab_old\core\mplib\__init__.py", line 38, in host_thread
result.append(shuffle_idxs.pop())
IndexError: pop from empty list
|
|