-
Notifications
You must be signed in to change notification settings - Fork 21
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
testing on own dataset #4
Comments
Did you try to test the model with the sample dataset mentioned in the project on your own tif file? In that case the error might be due to the image bands/channels mismatch. If you build a model solely on your own dataset while tweaking the code (if required) as per the tif file bands/channels it should be able to run with a similar test file. |
how to inference the code without providing the masks. I wanted to test the model on my dataset which is not labeled.
|
You can comment out lines 98-106 and line 194 in src/test.py to predict on your own images without a ground truth mask.
|
I tried adding an own tif file to test folder, but showing me an error.
Is there a way to add and test on our own dataset?
The text was updated successfully, but these errors were encountered: