pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks
404 stars 143 forks source link

mIou #1

Open sriharsha0806 opened 6 years ago

sriharsha0806 commented 6 years ago

Can you also mention about mIoU? how much did you acheive?

AlainOUYANG commented 6 years ago

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 ?

pochih commented 6 years ago

Which dataset did you run

pochih commented 6 years ago

IoU is about 0.65~0.70

BXuan694 commented 5 years ago

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?

yaopengzero commented 5 years ago

I got a miou=0.53 ,and pixel Accurancy=0.897 in CamVid dataset with training 500 epoches

taronegeorage commented 5 years ago

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.

Water2style commented 5 years ago

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 ?

Dong-qs commented 2 years ago

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!