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.82k stars 581 forks source link

ICNet Problem #107

Open lxtGH opened 4 years ago

lxtGH commented 4 years ago

I think the your ICNet implementation is not accurate. First, there is no PPM in the head. Second, no shared computation. In the implementation, forward twice lead to slower speed. https://github.com/hszhao/ICNet/issues/7

lxtGH commented 4 years ago

Also, the CFF module shoud fuse the output of previous one.

lxtGH commented 4 years ago

I re-implement the ICNet which is in my repo: https://github.com/lxtGH/Fast_Seg