Closed schuy1er closed 3 years ago
Hello,
I'm not sure to exactly understand your problem, MiB doesn't use pseudo-labels. But yes indeed, you cannot use UNCE / UNKD (as mentioned in the paper). Therefore MiB is just a classic KD model. I've pushed a script for MiB here: https://github.com/arthurdouillard/CVPR2021_PLOP/blob/main/scripts/cityscapesDomain/mib_cityscapesDomain_1-1.sh
It would help me if you gave me more informations. Have you try the script I provide? Like https://github.com/arthurdouillard/CVPR2021_PLOP/blob/main/scripts/ade/plop_ade_100-5.sh
Hello,
it seems that this script is for 100-10... not for 100-50 -:)
the score of the 100-50 is about 33.26 and here is my log: INFO:rank0: Closing the Logger. Last Step: 1 Final Mean IoU 33.26 Average Mean IoU 37.75 Mean IoU first 42.06 Mean IoU last 15.49 ade_100-50_PLOP On GPUs 0,1,2,3 Run in 78599s
Oops, you're right, I mistaken 100-50 with 100-10, I'll fix it.
Great, So you got (old / new / all / avg):
While the paper results were:
So I guess, PLOP on ADE20k was correctly reproduced, with even better results than the paper. Happy to hear :)
Therefore I think I've answered your questions, and will close this issue. If you have still have problem, comment here and I'll re-open it. Good luck in your research!
Hi, sorry to disturb but i have a few questions as followed. 1) Maybe you have changed some details about the experiments over Cityscapes, since it seems like MiB cannot work on the Cityscapes because there are only GT without pseudo labels. I'd appreciate it if you can tell me what the exact details you have changed over these experiments. 2) I cannot reproduce the performance that you mentioned in your paper about the Ade20k, having seen that you had reproduced the performance of your method over Cityscapes in another issue, I hope that you can reproduce it over Ade20k too and have a further discussion with me. Wish you good luck.