elhamAm opened this issue a year ago · 1 comments
Hello!
How does the FPN head not have feature strides? The init of FPNHead in mmseg requires feature_strides
VPD/segmentation/configs/fpn_vpd_sd1-5_512x512_gpu8x2.py
Line 14 in 90c9d85
Hi, The parameters in this config file are inherited from the base config file (here), where the feature strides are set as feature_strides=[4, 8, 16, 32].
feature_strides=[4, 8, 16, 32]