Lightweight-Segmentation
Lightweight-Segmentation copied to clipboard
mobilenetv3 backbone
Thanks for your excellent work !
I print the shapes of c2 and c4 from here, [1, 112, 64, 128] and [1, 960, 64, 128] respectively.

As shown above, c2 should be 1/8 of the input, shape should be [1, 40, 128, 256]. c4 should be 1/16 of the input picture, and shape should be [1, 160, 64, 128]
In addition, layer3_setting and layer4_setting are inconsistent with those in the paper:

Is my understanding wrong? hope for help