JulioZhao97 / EffTrans_Fsdet

This is a repository for ACMMM22 paper "Exploring Effective Knowledge Transfer for Few-shot Object Detection"
Apache License 2.0
15 stars 2 forks source link

about the class TFADistill #7

Open WeiX998 opened 1 month ago

WeiX998 commented 1 month ago

Hi, thanks for your excellent work! Could you tell me where is the class 'TFADistill' in this repository? i found it in the config file

image

and got it in this route 'mmfewshot/detection/models/detectors/tfa_distill.py'

image

but i couldn't get the specific code of class 'TwoStageDetectorDistill' in mmdet. i.e., 'from mmdet.models.detectors.two_stage_distill import TwoStageDetectorDistill'

can you tell me where to get it? thank you!