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

missing train_MMD and loss #1

Closed MinnSetMoeHein closed 1 year ago

MinnSetMoeHein commented 1 year ago

This is a fantastic idea! but I cant seem to find train_MMD in the code provided. And also utils.loss is not present in the code.

Hlings commented 1 year ago

Sorry for that :(. I have uploaded all the required files in the "./utils" directory and corrected the training command. Feel free to ask me if any questions :)

MinnSetMoeHein commented 1 year ago

Amazing! Thank you for the update!