-
Notifications
You must be signed in to change notification settings - Fork 41
对测试集数据的要求是什么,我用其他的图像测试出来都是一个蓝块,没有结果 #7
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
Comments
Same as the training dataset type |
Me too!!!do u solve this problem?? |
How can other datasets be adjusted to the same format as the training set? |
Of course, you can adjust the palette and one-hot preprocessing of the dataset. |
非常感谢您的回复!!!我直接跑的预测,用您的模型,发现是蓝色的,是因为one-hot 预处理不对吗? |
You need to make sure that your data is of the same category as my predefined category, and the palette is the same. For rivers and lakes, the processed colored semantic regions are blue. Please note that the output result of the network is the predicted segmentation map, and then according to the color of the palette corresponding to the fixed category number, the map of different color semantics is generated. |
No description provided.
The text was updated successfully, but these errors were encountered: