justinkay / aldi

Official implementation of "Align and Distill: Unifying and Improving Domain Adaptive Object Detection"
https://aldi-daod.github.io/
38 stars 7 forks source link

WIP: Contrastive Mean Teacher (CMT) #3

Open timmh opened 10 months ago

timmh commented 10 months ago

This PR implements Contrastive Mean Teacher (CMT) on top of Adaptive Teacher (AT). Some code in cmt.py is taken from the original implementation.