Tramac / Lightweight-Segmentation

Lightweight models for real-time semantic segmentation(include mobilenetv1-v3, shufflenetv1-v2, igcv3, efficientnet).
Apache License 2.0
348 stars 77 forks source link

Shortcut in MobileNetV3 segmentation head #22

Open Hypothesis-Z opened 2 years ago

Hypothesis-Z commented 2 years ago

Acoording to Searching for MobileNetV3, there is a connection from feature 1/8 to the end of the segmentation head. Is it implemented? I did not find a shortcut. image

noahzhy commented 1 year ago

I dont think this repo. is 100% implement of mobilenetv3 paper.