ijnokml / cdfr

FRCD: Feature Refine Change Detection Network for Remote Sensing Images https://doi.org/10.1109/LGRS.2023.3303200
GNU General Public License v3.0
0 stars 0 forks source link

Where is the deformable upsampling? #1

Open yc-cui opened 4 months ago

yc-cui commented 4 months ago

In model/deconv_head.py, I only found the bilinear upsampling, I searched the keyword deformable but found nothing.

ijnokml commented 4 months ago

Thank you for your reminder. We found that the wrong version of the code was pushed. We updated the code, but there may be bugs. This version will be verified later in early May.

ijnokml commented 4 months ago

In model/deconv_head.py, I only found the bilinear upsampling, I searched the keyword deformable but found nothing.

now you can find the deformable part in model/cross_deform_mmcv.py and model/deform_head.py