Skip to content

enochkan/3dgan-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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