-
Notifications
You must be signed in to change notification settings - Fork 61
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
I think it's very good #1
Comments
Thanks a lot! |
Thanks |
thank you! |
thanks |
Thanks you very much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because I run it in windows, the file name is different from linux,.
e.g. get a file name
data/data\\NYU2_9_2_3.jpg
so I run it after this fix:
in dataloader.py line27
image = image.split("/")[-1][5:]
it worked 2333
thanks
The text was updated successfully, but these errors were encountered: