/3dgan-keras

Keras implementation of 3dgan

Primary LanguagePythonMIT LicenseMIT

3dgan-keras

This is an implementation of 3dgan, originally proposed by MIT CSAIL.

Run python main.py to train, don't forget to put your volumes under /data/train.

To test, simply run python main.py --mode=test and specify the test_epoch you want.

Versions

keras == 2.2.4

Todo

  • dataloader
  • test scripts
  • add tensorboard

Author

Chi Nok Enoch Kan/ @kanxx030