Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
kunisaito committed Mar 23, 2018
1 parent 0c53fcb commit b844bbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Maximum Classifier Discrepancy for Domain Adaptation
<img src='docs/overview.png' width=800/>
![alt text](https://github.com/mil-tokyo/MCD_DA/blob/master/docs/overview.png)

This is the implementation of Maximum Classifier Discrepancy for digits classification and semantic segmentation in Pytorch.
The code is written by Kuniaki Saito. The work was accepted by CVPR 2018 Oral.

#### Maximum Classifier Discrepancy for Domain Adaptation: [[Project]](https://mil-tokyo.github.io/MCD_DA/) [[Paper (arxiv)]](https://arxiv.org/abs/1712.02560).
<img src='docs/result_seg.png' width=800/>
![alt text](https://github.com/mil-tokyo/MCD_DA/blob/master/docs/result_seg.png)

## Getting Started
Go to classification or segmentation folder and see the instruction for each task.
Expand Down

0 comments on commit b844bbb

Please sign in to comment.