Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.8k stars 581 forks source link

CGnet #145

Closed hongjianyuan closed 4 years ago

hongjianyuan commented 4 years ago

Some networks do not use backbone, such as CGNet, but will it be affected by forcing the input of backbone during training?

Tramac commented 4 years ago

It will have no effect if there is no backbone.

hongjianyuan commented 4 years ago

Thanks