-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
4ce736b
commit 261538a
Showing
1 changed file
with
12 additions
and
6 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 |
---|---|---|
@@ -1,19 +1,25 @@ | ||
|
||
# [StickerDA (ECCV22)](https://arxiv.org) | ||
# [Concurrent Subsidiary Supervision for Source-Free DA (ECCV22)](https://sites.google.com/view/sticker-sfda) | ||
|
||
Code for our **ECCV** 2022 paper 'Concurrent Subsidiary Supervision for Unsupervised Source-Free Domain Adaptation'. | ||
[[website]](https://sites.google.com/) [[paper]](https://arxiv.org) [[video]](https://www.youtube.com/watch?v=ENJMz-Eg87k) | ||
|
||
## Dataset preparing | ||
[[Project Page]](https://sites.google.com/view/sticker-sfda) [[Paper (coming soon)]](https://val.cds.iisc.ac.in/) [[Video]](https://www.youtube.com/watch?v=ENJMz-Eg87k) | ||
|
||
## Dataset preparation | ||
|
||
Download the [Office-Home](https://www.hemanthdv.org/officeHomeDataset.html) (use our provided image list files) dataset. Put the dataset in data folder | ||
|
||
## Office-Home | ||
## Office-Home experiments | ||
Code for Single Source Domain Adaptation (SSDA) is in the 'SSDA_OH' folder. | ||
|
||
> sh SSDA_OH/run.sh | ||
``` | ||
sh SSDA_OH/run.sh | ||
``` | ||
|
||
Code for Multi Source Domain Adaptation (SSDA) is in the 'MSDA_OH' folder. | ||
|
||
> sh MSDA_OH/run.sh | ||
``` | ||
sh MSDA_OH/run.sh | ||
``` | ||
|
||
## Pre-trained checkpoints (coming soon) |