You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
It looks to me that image_feature is reduce_mean(keep_dims=True) of inputs so has same size with the inputs. feature_map_size is also the shape of inputs.
Then why is the resize_bilinear needed if image_features has already feature map_size?
The text was updated successfully, but these errors were encountered:
In the function "AtrousSpatialPyramidPoolingModule", (line 30, models/DeepLabV3.py)
There is "image_features" (line 41)
It looks to me that
image_feature
isreduce_mean(keep_dims=True)
ofinputs
so has same size with theinputs
.feature_map_size
is also the shape ofinputs
.Then why is the
resize_bilinear
needed ifimage_features
has alreadyfeature map_size
?The text was updated successfully, but these errors were encountered: