-
Notifications
You must be signed in to change notification settings - Fork 4
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
How should I process the data #6
Comments
The file path's encoding is windows-1254, but when I switch from UTF-8 to windows-1254, I still get the same error. |
Im not sure why this is happening. All of our experiments were on linux and in out csv file we just had 2 columns one for image path and the other for the mask. and it worked out perfectly. Because if you look at the data loader we are doing a simple image loading process. Please let me know if you are running into additional issues. If the current dataloader does not work on windows, you can make a slight modification and as long as the getitem method is returning something similar the rest of the pipeline should work. |
The text was updated successfully, but these errors were encountered: