awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

ICNet Problem

Open lxtGH opened this issue 5 years ago • 2 comments

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 avatar Nov 30 '19 14:11 lxtGH

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

lxtGH avatar Dec 01 '19 04:12 lxtGH

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

lxtGH avatar Dec 01 '19 04:12 lxtGH