-
Notifications
You must be signed in to change notification settings - Fork 155
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
Why ignored label appeared in prediction map? #5
Comments
there are some pixels predict to undefined as first column shows, but undefined label has ignored. how to solve ? |
So the confusion matrix contains a row of all zero vectors (actually the target does not contain undefined categories), and the prediction contains the actual number of categories +1. |
In my opinion,at main.py line 170 |
This project is designed to construct a common framework, so it is designed to be compatible with the requirements of full supervision and semi-supervised learning, so it is not as intuitive as a normal network. If you want to carry out ordinary supervised training, you can modify the following points to achieve.
|
Thanks for your reply, I will try as you suggest. Your job is helpful for me. |
When i follow the steps and run it ,i found that the Confusion matrix data become wrong.The first number of each line is 0. I tried to find out the reason and modified it, but I failed.Hope you can help me, thank you! |
Sorry, it took so long to reply. I will verify the current code and fix the problem as soon as possible. |
Your answer helped me solve the problem, thank you very much |
The text was updated successfully, but these errors were encountered: