Open PangYunsheng8 opened 5 years ago
@PangYunsheng8 Hi, can you tell me the results you have got?
@PangYunsheng8 Hi, can you tell me the results you have got?
MIOU is about 75%-76% on pascal voc 2012. I replaced PAM module to ASPP module, the miou is 79%.
@gaowu9595 Hi, did you evaluate FCN-resnet50 on pascal voc 2012 (train:1464, val: 1449)? The mIoU is only 53%.
@gaowu9595 Hi, did you evaluate FCN-resnet50 on pascal voc 2012 (train:1464, val: 1449)? The mIoU is only 53%.
I evaluate FCN-resnet101 on pascal voc 2012, the miou is 75%. Note that the train sets include 10582 images, which is an augmented version on original pascal voc, and most of papers use this augmented voc dataset for training.
@PangYunsheng8 Hi, can you tell me the results you have got?
What's your results? DANet on pascal voc 2012.
@PangYunsheng8 I have not tested DANet, I will test DANet-resnet50 on citys and post the result here soon. What's yours?
@PangYunsheng8 I have not tested DANet, I will test DANet-resnet50 on citys and post the result here soon. What's yours?
I only tested DANet on pascal voc 2012, because it costs too much times on citys, about 3-4days with two GPU.
@PangYunsheng8 So, i just tested on pascal voc (train: 1464), it takes about 2~3 hours, the mIoU is low, i have no idea if the low mIoU caused by less data or my code.
@PangYunsheng8
I downloaded the pascal aug dataset using ./scripts/prepare_pascal.py
, but the train.txt
just includes 8498 samples, how did you generate pascal aug dataset?
@PangYunsheng8 Hi, can you tell me the results you have got?
MIOU is about 75%-76% on pascal voc 2012. I replaced PAM module to ASPP module, the miou is 79%.
wa....that is great! I just have one GPU xp, and so the batchsize is set to be 2 , the miou is only 0.61.....on cityscapes, what is your computer implement?
@PangYunsheng8 Hi, can you tell me the results you have got?
MIOU is about 75%-76% on pascal voc 2012. I replaced PAM module to ASPP module, the miou is 79%.
How do you train? what is your computer implement?
Have you try to evaluate your DANet on pascal voc 2012? I did an experiment on that dataset but I did not get some gains.