Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 951 Bytes

KD-UDA

This is the repository for Joint Progressive Knowledge Distillation andUnsupervised Domain Adaptation.

Requirements

Datasets:

How to run:

One you have installed all the requirements and download the dataset. Please take a look at the file kd_da_alt.py. All the hyper-parameters can be found in the main function(). By default we assume the dataset to be at, for example webcam: "~/datasets/webcam/images"

Once you have configured all paths, you can use: python kd_da_alt.py to launch a training

Acknowledgements

We used some of the code from: