ChromoNet enhance poor quality karyograms so that it would be easier to analyze them with less error.
For using the our trained model:
- Download and install CycleGAN
- Download the weights from the Dropbox link
- Make a directory inside CycleGAN 'checkpoints' directory and name it 'chrom_images'
- Put the weights downloaded at CycleGAN
checkpoints/chrom_images
directory - Make a directory inside CycleGAN 'datasets' directory and name it 'chrom_images'
- Put the images of the chromosme pair at CycleGAN
checkpoints/datasets
directory - Run the follwing command
python test.py --dataroot datasets/chrom_images/ --name chrom_images --gpu_ids 0 --input_nc 1 --output_nc 1 --norm batch --netG unet_256 --model cycle_gan