fengguang94 / BRINet

'Bi-directional Relationship Inferring Network for Referring Image Segmentation' CVPR2020
17 stars 2 forks source link

deeplab_model res3c and res4c #3

Open qiqi545 opened 3 years ago

qiqi545 commented 3 years ago

Hi, I found that the code in BRINet.py used the attribute res3c and res4c of deeplab_model, but the reference of deeplab have no these two attitudes. Can you give the code of revised deeplab_model ?

fengguang94 commented 3 years ago

Sorry, my README gave a wrong connection to 'deeplab_model', I fixed it.

qiqi545 commented 3 years ago

Thanks, but, deeplab_model still does not have these two properties:res3c and res4c. I tried it by including the deeplab101.DeepLabResNetModel which is given by CMSA. And now my fixed version is in training.