This repo holds code for Mem-GAN: a pseudo membrane generator for single-cell imaging in fluorescent microscopy.
Demo (https://omicsml.ai/memgan/)
torch>=1.4.0
torchvision>=0.5.0
dominate>=2.4.0
visdom>=0.1.8.8
Please use the command pip install -r requirements.txt
for the dependencies.
This code base is based on the CycleGAN codebase.