Open nieyan opened 5 years ago
https://github.com/Tramac/Lightweight-Segmentation/blob/71bf91f3d5b946a046becfd5d8667e8a0f80d630/light/model/mobilenetv3_seg.py#L17 It should be: inter_channels = 112 if mode == 'large' else 24
by the way, mode == 'small' might be wrong too
https://github.com/Tramac/Lightweight-Segmentation/blob/71bf91f3d5b946a046becfd5d8667e8a0f80d630/light/model/mobilenetv3_seg.py#L17 It should be: inter_channels = 112 if mode == 'large' else 24
by the way, mode == 'small' might be wrong too