-
Notifications
You must be signed in to change notification settings - Fork 546
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
how to get greyscale annotation images? #76
Comments
I met the same problem. This may be helpful: |
|
PALETTE or Colormap doesn't match with the mask (annotation) while converting the 'RGB mask' to a single channel class ID. Has anyone encountered the same problem?
|
http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeData2016.zip |
The original ADE20K dataset does not provide greyscale annotation image, while the PSPNet needs greyscale annotation images for evaluation, is there are script that can convert original images o greyscale?
Or should I just add rgb2gray in eval_acc to turn all color imAnno into geryscale ?
btw, if I don't apply rgb2gray to imAnno, I will get matrix dimension mismatch error while doing IoU
The text was updated successfully, but these errors were encountered: