Skip to content

yishayahu/AIVA

Repository files navigation

Leveraging Intra-site Variability for Unsupervised Site Adaptation (AIVA)

Pytorch implementation of our method AIVA (Submitted to MICCAI workshop).

Installation

Dataset

Pre-train Models

  • the results will be visible at https://wandb.ai/
  • source can be any number between 0 and 5.

cc359

python3 trainer.py --source {source} --target {source} --mode pretrain --gpu {device}

msm

python3 trainer.py --source {source} --target {source} --mode pretrain --gpu {device} --msm

fine-tune model

cc359

  • source and be target can be any number between 0 and 5.
  • source and target should not be the same
python3 trainer.py --source {source} --target {target} --mode clustering_finetune --gpu {device}

msm

  • target can be any number between 0 and 5.
python3 trainer.py  --target {target} --mode clustering_finetune --gpu {device} --msm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages