Prasanna1991 / LatentMixing

The implementation of "Semi-supervised Medical Image Classification with Global Latent Mixing". [MICCAI2020]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LatentMixing

The implementation of "Semi-supervised Medical Image Classification with Global Latent Mixing". [MICCAI 2020].

How to run?

python latent-mixing.py

(For more detail, follow run_main.sh)

Requirements:

  1. PyTorch
  2. pickle
  3. PIL
  4. torchvision
  5. sklearn

(There might be more requirements but shouldn't be difficult to install them using conda.)

Credit:

  1. https://github.com/YU1ut/MixMatch-pytorch

About

The implementation of "Semi-supervised Medical Image Classification with Global Latent Mixing". [MICCAI2020]


Languages

Language:Python 91.6%Language:Shell 8.4%