Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
381 stars 93 forks source link

higher_res_feature and lower_res_feature's dim is different #43

Closed Helixuan closed 3 years ago

Helixuan commented 3 years ago

if the input picture's dim is not divisible by 32,in forward step higher_res_feature and low_res_feature can't be concatenated together.

hahamini commented 2 years ago

how did you solve it