hzhupku / DCNet

Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection, CVPR 2021
MIT License
142 stars 32 forks source link

what is DCNet w/CFA? #2

Closed buncybunny closed 3 years ago

buncybunny commented 3 years ago

Hi.

I understand that “DCNet w/o CFA” is FasterRCNN with DRD only and “DCNet” is your network architecture, which is DRD+CFA.

But what is “DCNet w/CFA”? It must be different from "DCNet"(DRD+CFA). There isn’t any description of this one.

hzhupku commented 3 years ago

DCNet w/CFA means DCNet without attention-based aggregation in CFA.