Skip to content
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

[colab]datasets/face/train_keypoints is not a valid director #67

Open
iwellkim opened this issue Aug 16, 2020 · 1 comment
Open

[colab]datasets/face/train_keypoints is not a valid director #67

iwellkim opened this issue Aug 16, 2020 · 1 comment

Comments

@iwellkim
Copy link

I use Google Colab.

When I tried to run this command,
!python /content/few-shot-vid2vid/train.py --name face --dataset_mode fewshot_face --adaptive_spade --warp_ref --spade_combine --batchSize 8

This error message popped up.

File "/content/few-shot-vid2vid/data/image_folder.py", line 65, in make_grouped_dataset
assert os.path.isdir(dir), '%s is not a valid directory' % dir
AssertionError: datasets/face/train_keypoints is not a valid director.

I guess it is related directory since I use colab so it has different directory tree.

Can any one got an idea to fix this?

Thank you.

@hellohawaii
Copy link

Try
!cd few-shot-vid2vid && python train.py --name face --dataset_mode fewshot_face --adaptive_spade --warp_ref --spade_combine --batchSize 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants