Hlings / AsyFOD

(CVPR2023) The PyTorch implementation of the "AsyFOD: An Asymmetric Adaptation Paradigm for Few-Shot Domain Adaptive Object Detection".
MIT License
33 stars 3 forks source link

The MMD_distance in train.py is not used #11

Closed liyangfan0 closed 2 months ago

liyangfan0 commented 8 months ago

Dear author, I notice that the MMD_distance and choice_topk is not used in train.py. Can you please point out where is the Source Instances Division part in the code?

Hlings commented 8 months ago

Hi. Thanks for your reminder! I might have mixed up the train.py file while organizing. I have corrected the code following a similar type here. Please try again and feel free to contact me if any other problems exist :)