We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If no padding is applied on img1, img2, and gt, many pixels will be classified as Unlabeled in the test stage.
img1
img2
gt
Unlabeled
Besides, it will also cause the classification map to lose the border, with a width of patch_size//2
patch_size//2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If no padding is applied on
img1
,img2
, andgt
, many pixels will be classified asUnlabeled
in the test stage.Besides, it will also cause the classification map to lose the border, with a width of
patch_size//2
The text was updated successfully, but these errors were encountered: