Skip to content
/ GVB Public
forked from cuishuhao/GVB

Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)

License

Notifications You must be signed in to change notification settings

weigq/GVB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GVB

Code release for "Gradually Vanishing Bridge for Adversarial Domain Adaptation" (CVPR 2020)

Dataset

Office-31 dataset can be found here.

Office-Home dataset can be found here.

VisDA 2017 dataset can be found here in the classification track.

Requirements

The code is implemented with Python(3.6) and Pytorch(1.0.0).

To install the required python packages, run

pip install -r requirements.txt

Training

Training instructions for GVB-GD and CDAN-GD are in the README.md in GVB-GD and CDAN-GD respectively.

Citation

If you use this code for your research, please consider citing:

@inproceedings{cui2020gvb,
  title={Gradually Vanishing Bridge for Adversarial Domain Adaptation},
  author={Cui, Shuhao and Wang, Shuhui and Zhuo, Junbao and Su, Chi and Huang, Qingming and Tian Qi},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

Contact

If you have any problem about our code, feel free to contact

or describe your problem in Issues.

About

Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%