Open tatevm opened 3 years ago
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.
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
There is a small error in file data/aligned_dataset.py line 203. There should be 'name': A_path.split("/")[-1].split("\")[0]