Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Code for L2ID CVPRW 2021 paper Improving Semi-Supervised Domain Adaptation Using Effective Target Selection and Semantics

License

NotificationsYou must be signed in to change notification settings

Anurag14/STar-framework

Repository files navigation

Install

conda env create -n SSDA.yml

The code is written for Pytorch 0.4.0, but should work for other versionwith some modifications.

Data preparation (DomainNet)

Download the cleaned version of the domainnet data fromhere and place them inside the './data/multi/' folder.

The images will be stored in the following way.

./data/multi/real/category_name,

./data/multi/sketch/category_name

The dataset split files are stored as follows,

./data/txt/multi/labeled_source_images_real.txt,

./data/txt/multi/unlabeled_target_images_sketch_3.txt,

With regard to office and office home dataset, store the image files in the following ways,

./data/office/amazon/category_name,./data/office_home/Real/category_name,

We provide the split of office and office-home.

Training

To run training using alexnet,

sh run_train.sh gpu_id method alexnet

where, gpu_id = 0,1,2,3...., method=[MME,ENT,S+T].

About

Code for L2ID CVPRW 2021 paper Improving Semi-Supervised Domain Adaptation Using Effective Target Selection and Semantics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp