Skip to content

PyTorch implementation of Progressive of GANs for augmenting skin lesion dataset

License

Notifications You must be signed in to change notification settings

askintution/GenerativeSkinLesion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenerativeSkinLesion

Using progressive gorwing of GANs to augmentation skin lesion dataset.

This project was originated as SFU CMPT-726 (18 Fall) course project. Collaborator: Yongjun He, Ruochen Jiang.

I wrote an article (in Chinese) to discuss some tricks and implementation details. Zhihu article


Be careful to use the code!

  • This may not be full implementation of progressive GANs, and we haven't run the code on that same dataset as the original paper.
  • Unsolved issue: the training fails when using PyTorch 1.0. I'm still not sure what difference between 1.0 and 0.4 causes this issue...

Dependences

Data

ISIC 2018 classification task.

Training

python main.py --mode train

The training taks about 4 days on 4 NVIDIA P100 Pascal GPUs.

(After training) Generating

python main.py --mode test --num 1000

Acknowledgement

About

PyTorch implementation of Progressive of GANs for augmenting skin lesion dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%