Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 908 Bytes

File metadata and controls

22 lines (19 loc) · 908 Bytes

CAT (ICCV2019)

Code for "Cluster Alignment with a Teacher for Unsupervised Domain Adaptation" which is based on the official implementation of MSTN.

Requirements

  • python2.7
  • tensorflow == 1.10.0

Contact

If you have any problem about this library, please create an Issue or send us an Email at:

Cite

Please cite our paper if you use this code in your own work:

@InProceedings{Deng_2019_ICCV,
  author = {Deng, Zhijie and Luo, Yucen and Zhu, Jun},
  title = {Cluster Alignment With a Teacher for Unsupervised Domain Adaptation},
  booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
  month = {October},
  year = {2019}
}