ACGPN icon indicating copy to clipboard operation
ACGPN copied to clipboard

index out of range

Open tatevm opened this issue 4 years ago • 4 comments
trafficstars

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

tatevm avatar Jan 15 '21 11:01 tatevm

Thanks for pointing out.

minar09 avatar Feb 06 '21 23:02 minar09

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 avatar Jun 03 '21 04:06 hjkim811

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

minar09 avatar Jun 13 '21 06:06 minar09

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

00zahra000 avatar Dec 27 '22 15:12 00zahra000