zhanglonghao1992 / One-Shot_Free-View_Neural_Talking_Head_Synthesis

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"
Other
782 stars 143 forks source link

TypeError: expected str, bytes or os.PathLike object, not None Type #72

Open xinyangwy opened 1 year ago

xinyangwy commented 1 year ago

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