-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,21 @@ This code is an implementation of the DRCN algorithm presented in [1]. | |
|
||
[1] M. Ghifary, W. B. Kleijn, M. Zhang, D. Balduzzi, and W. Li. ["Deep Reconstruction-Classification Networks for Unsupervised Domain Adaptation (DRCN)"](https://arxiv.org/abs/1607.03516), European Conference on Computer Vision (ECCV), 2016 | ||
|
||
Contact: | ||
``` | ||
Muhammad Ghifary ([email protected]) | ||
``` | ||
|
||
## Requirements | ||
* Python 2.7 | ||
* Tensorflow-0.10.0 | ||
* Keras-1.2.0 | ||
* numpy | ||
* h5py | ||
|
||
## Usage | ||
|
||
|
||
## TO DO | ||
* Data augmentation and denoising | ||
|