-
Notifications
You must be signed in to change notification settings - Fork 5
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
result #1
Comments
Hi, I successfully reproduce the paper's result with mIOU of 78.91%. And the reason why groundtruth is totally black is that it is not correctly visualized in RGB format. If you want to see the foreground, you need to multiply the ground-truth mask by 255. |
@Eric-jinkens Hello, I found in the process of reproduction that when training the segmentation model, the mIOU always hovered around 18%, and when testing, the mIOU was only 18%. Where do you think I might be ashamed? Thank you very much for your answer |
Hi! Could you please provide a little more information? I haven't encountered such a low mIOU, have you correctly moved the pseudo-label generated from the classification stage to the input folder? |
By using ln -s OEEM_resources/glas_seg segmentation/glas, you could move the official pseudo-label to the input folder. Or if you wanna train the classification model yourself, you need to use the following command to prepare the segmentation inputs: python classification/prepare_seg_inputs.py -d 0 -ckpt res38d_best |
Oh! I know why. That is a bug, I have encountered that before. The pseudo label is reversed, so the performance is so low. You need to firstly reverse the foreground and background so that you could get the correct results. You can check this by visualizing the pseudo label by multiplying it with 255. |
@Eric-jinkens Oh, I see. Thank you very much. Without your help, I might still be confused, haha. I will try to correct this error. Thank you again for your help. |
Hello, I would like to ask you a question. After a complete training according to the instructions in the document, the mIoU index of the result is only 0.65, which is quite different from the result mentioned in your paper. I wonder what is the reason? And I would like to ask again whether the ground-truth of the following test data set in segmentation training is pure black?
The text was updated successfully, but these errors were encountered: