One-Shot_Free-View_Neural_Talking_Head_Synthesis
One-Shot_Free-View_Neural_Talking_Head_Synthesis copied to clipboard
TypeError: expected str, bytes or os.PathLike object, not None Type
python run.py --config config/vox-256.yaml --device_ids 0,1,2,3,4,5,6,7
cuda is available Traceback (most recent call last): File "run.py", line 83, in
dataset = FramesDataset(is_train=(opt.mode == 'train'), **config['dataset_params']) File "/root/autodl-tmp/WZLCode/frames_dataset.py", line 70, in init if os.path.exists(os.path.join(root_dir, 'train')): File "/root/miniconda3/lib/python3.7/posixpath.py", line 80, in join a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType