Skip to content

coogan517/ChromoEnhancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ChromoEnhancer

ChromoNet enhance poor quality karyograms so that it would be easier to analyze them with less error.

Instructions:

For using the our trained model:

  1. Download and install CycleGAN
  2. Download the weights from the Dropbox link
  3. Make a directory inside CycleGAN 'checkpoints' directory and name it 'chrom_images'
  4. Put the weights downloaded at CycleGAN checkpoints/chrom_images directory
  5. Make a directory inside CycleGAN 'datasets' directory and name it 'chrom_images'
  6. Put the images of the chromosme pair at CycleGAN checkpoints/datasets directory
  7. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors