jixinya / EVP

Code for paper 'Audio-Driven Emotional Video Portraits'.
297 stars 49 forks source link

Generate the data for training error #18

Open yangdaowu opened 2 years ago

yangdaowu commented 2 years ago

I am running python landmark / code / preProcess.py. Then, this path does not exist. How should it be operated

Traceback (most recent call last): File "/home/user/PycharmProjects/EVP/EVP/train/landmark/code/preprocess.py", line 145, in a = np.load(path) File "/home/user/anaconda3/envs/evp/lib/python3.6/site-packages/numpy/lib/npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '/home/user/PycharmProjects/EVP/EVP/train/landmark/dataset_M030/landmark/M030_fear_3_026/5.npy'

Bacchuc commented 1 year ago

I am running python landmark / code / preProcess.py. Then, this path does not exist. How should it be operated

Traceback (most recent call last): File "/home/user/PycharmProjects/EVP/EVP/train/landmark/code/preprocess.py", line 145, in a = np.load(path) File "/home/user/anaconda3/envs/evp/lib/python3.6/site-packages/numpy/lib/npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '/home/user/PycharmProjects/EVP/EVP/train/landmark/dataset_M030/landmark/M030_fear_3_026/5.npy'

I met the same problem. Did you find a solution later?