-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testM_lip not found. #97
Comments
Hello @tyrandaw
if you are using Google colab to run Demo of this project then download this Manually from this link |
where is other files? Not found! |
you can change the id in each of these as well the url for last 3 files would be |
hello and thank you for your work. im running your code from colab and im getting the following error
FileNotFoundError Traceback (most recent call last)
in <cell line: 4>()
2 if not os.path.exists("data/test"):
3 os.mkdir("data/test")
----> 4 target_fns = [fn[:-4] for fn in os.listdir("data/testM_lip")]
5 for fn in tqdm(os.listdir("data/images")):
6 elements = fn.split("-")
FileNotFoundError: [Errno 2] No such file or directory: 'data/testM_lip'
The text was updated successfully, but these errors were encountered: