liutinglt / CE2P

214 stars 41 forks source link

poor result with the pretrained model LIP_epoch_149.pth #34

Closed lkj1114889770 closed 5 years ago

lkj1114889770 commented 5 years ago
Mean accuracy: 5.000000

Mean IU: 2.886941

OrderedDict([('Background', 57.73882476313741), ('Hat', 0.0), ('Hair', 0.0), ('Glove', 0.0), ('Sunglasses', 0.0), ('Upper-clothes', 0.0), ('Dress', 0.0), ('Coat', 0.0), ('Socks', 0.0), ('Pants', 0.0), ('Jumpsuits', 0.0), ('Scarf', 0.0), ('Skirt', 0.0), ('Face', 0.0), ('Left-arm', 0.0), ('Right-arm', 0.0), ('Left-leg', 0.0), ('Right-leg', 0.0), ('Left-shoe', 0.0), ('Right-shoe', 0.0), ('Pixel accuracy', 57.73882476313741), ('Mean accuracy', 5.0), ('Mean IU', 2.8869412381568704)])

I get a poor result in the test dataset of LIP with the pretrained model LIP_epoch_149.pth as show below, What could be the reason? thanks.

liutinglt commented 5 years ago

@lkj1114889770 It seems that the trained model is not loaded properly.

maguro27 commented 3 years ago

@lkj1114889770 I also encounter this bug. How did you resolve this problem?