-
Notifications
You must be signed in to change notification settings - Fork 70
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
index out of range #12
Comments
Thanks for pointing out. |
I'm having the same error, do I have to change from " 'name': A_path.split("/")[-1].split("\")[1] " to " 'name': A_path.split("/")[-1].split("\")[0] "? |
@hjkim811 , if it seems complicated, I guess you can just put the data inside the same folder as the script for the testing purpose and try running. |
it worked for me |
There is a small error in file data/aligned_dataset.py line 203. There should be
'name': A_path.split("/")[-1].split("\")[0]
The text was updated successfully, but these errors were encountered: