zh320 / realtime-semantic-segmentation-pytorch

PyTorch implementation of over 30 realtime semantic segmentations models, e.g. BiSeNetv1, BiSeNetv2, CGNet, ContextNet, DABNet, DDRNet, EDANet, ENet, ERFNet, ESPNet, ESPNetv2, FastSCNN, ICNet, LEDNet, LinkNet, PP-LiteSeg, SegNet, ShelfNet, STDC, SwiftNet, and support knowledge distillation, distributed training etc.
Apache License 2.0
107 stars 19 forks source link

seg_trainer for using detail_loss may have bug #17

Open zhy168 opened 4 months ago

zhy168 commented 4 months ago

image detail seghead seems don't learn after a while and stay at same level

zhy168 commented 3 months ago

image

zh320 commented 3 months ago

Hi,

What kind of bug do you think there might be?

In my experiment, the detail loss looks like this

detail_loss

which according to issue #40 in the official repo, should be normal.