Skip to content

Open Set Domain Adaptation with Entropy Minimization

Notifications You must be signed in to change notification settings

freeSubmission/OSDA-EM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSDA-EM

Open Set Domain Adaptation with Entropy Minimization

Prerequist

These codes work on Pytorch 0.4.0 and Python3.6

Download

Datasets include BCIS, please downloaded them from webside and unzipped them into yourpath/data/

Run

Run the open set domain adaptation from BING to CALTECH256 by:

  1. set the source_name and target_name in osda_em_BCIS.py as:

    source_name = "bing"
    target_name = "caltech256"

  2. run osda_em_BCIS.py as:

    python3.6 osda_em_BCIS.py

About

Open Set Domain Adaptation with Entropy Minimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages