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

How should I process the data #6

Open
tpwxtd opened this issue Oct 30, 2024 · 3 comments
Open

How should I process the data #6

tpwxtd opened this issue Oct 30, 2024 · 3 comments

Comments

@tpwxtd
Copy link

tpwxtd commented Oct 30, 2024

2222
11111

@tpwxtd
Copy link
Author

tpwxtd commented Oct 30, 2024

The file path's encoding is windows-1254, but when I switch from UTF-8 to windows-1254, I still get the same error.

@srperera
Copy link
Collaborator

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.

@tpwxtd
Copy link
Author

tpwxtd commented Nov 14, 2024

111
Thank you for your reply. I have processed the data, but I encountered the error shown in the above image when running the code. I have searched online for related information, but was unable to resolve it. If you could help me fix this issue, I would be very grateful.

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.

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

2 participants