FCN-pytorch
FCN-pytorch copied to clipboard
mIou
Can you also mention about mIoU? how much did you acheive?
Hello, for a limited time I run the code with 20 epoch and I got 0.17745 for the meanIU and 71.54% for pixel accuracy. What about you ?
Which dataset did you run
IoU is about 0.65~0.70
IoU is about 0.65~0.70
some of IoUs are ~0.60, however, some are ~0.1, thus mIoU would be ~0.2. Does that make sense?
I got a miou=0.53 ,and pixel Accurancy=0.897 in CamVid dataset with training 500 epoches
I got a miou=0.53 ,and pixel Accurancy=0.897 in CamVid dataset with training 500 epoches
btw, did you change the parameters? Same accuracy, but mean IoU is only 0.25 within 500 epoches.
I got a miou=0.53 ,and pixel Accurancy=0.897 in CamVid dataset with training 500 epoches
can you share your configs? i train about 100 epochs,and the miou is abot 25%, i use CamVid and set the num_class to 32,is this the reason ?
I trained 500 epochs on Cityscapes dataset. However, the accuracy was just 89%,and iou is 46%. How to improve them? Thank you very much!