Closed lchen1019 closed 6 months ago
I solved it and found that it was caused by the Detectron version. I tried different versions and the problem was solved.
which version of Detectron2 can get the best result?
I use detectron2==0.6, which does not consider classes that do not appear, so the mIoU will be slightly higher in some cases. Hope this helps.
I used your public ViT-B checkpoint to verify the mIoU on each data set, and found that PC459's was only 14.6468, which was far lower than the 19.0 in the paper. But the mIoU on other data sets are the same as those in the paper. I am very confused. Have you encountered such a problem before? Where do you think the problem lies?