pawn-sxy / DCAMA

This is the official implementation of the ECCV'2022 paper "Dense Cross-Query-and-Support Attention Weighted Mask Aggregation for Few-Shot Segmentation".
61 stars 15 forks source link

Freeze the backbone #12

Closed canglangzhige closed 11 months ago

canglangzhige commented 11 months ago

Why don't you freeze the backbone like the other methods?

pawn-sxy commented 11 months ago

We freeze the backbone, refer to DCAMA/model /DCAMA.py line 136.