-
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
Custom datasets #27
Comments
@mouxinyue1 sorry, cannot help with this description |
@gudovskiy Hello, related question, I would like to train my custom dataset. It would be very helpful if you could explain the dataset structure for both train and test sets. |
@sangbin-kim please refer to this description and our dataloader code |
@gudovskiy Thank you sir. is there any way to train without ground truth dataset for this model?? |
@sangbin-kim you don't need ground truth for train data, only for test data to check performance |
@EudicL what's the file and line number where this happens? |
Thanks, I have solved the problem. Because the images in my datasets are gray, I modify the [loader.py]
|
@EudicL great, may be I should add the check for such case |
Hello, I am using a custom data set, because my data set has a transparency, so it does not match, I would like to ask how to solve this problem?
The text was updated successfully, but these errors were encountered: