lizheren / MSVCL_MICCAI2021

Domain Generalization for Mammography Detection via Multi-style and Multi-view Contrastive Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSVCL_MICCAI2021

Installation

Please follow the instruction in pytorch-CycleGAN-and-pix2pix to install.

Example Usage

An example of vendor-styles transfer from GE style to HOLOGIC style is provided:

python test.py --dataroot ./datasets/G/ --name G2H --model test --input_nc 1 --output_nc 1 --preprocess none --num_threads 4 --no_dropout --results_dir ./datasets/ --epoch 100 --gpu_ids 0

About

Domain Generalization for Mammography Detection via Multi-style and Multi-view Contrastive Learning


Languages

Language:Python 97.3%Language:Shell 1.5%Language:MATLAB 1.3%