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

index out of range #12

Open
tatevm opened this issue Jan 15, 2021 · 4 comments
Open

index out of range #12

tatevm opened this issue Jan 15, 2021 · 4 comments

Comments

@tatevm
Copy link

tatevm commented Jan 15, 2021

There is a small error in file data/aligned_dataset.py line 203. There should be
'name': A_path.split("/")[-1].split("\")[0]

@minar09
Copy link
Owner

minar09 commented Feb 6, 2021

Thanks for pointing out.

@hjkim811
Copy link

hjkim811 commented Jun 3, 2021

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] "?

@minar09
Copy link
Owner

minar09 commented Jun 13, 2021

@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.

@00zahra000
Copy link

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] "?

it worked for me

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

4 participants