NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Using GANs without conditioning #464

Open hasansari opened 4 years ago

hasansari commented 4 years ago

Hi,

I have been using NiftyNet with various architectures, thank you all for your work. I am currently interested in using NiftyNet with GAN for am image synthesis problem (i.e. converting between modalities). It looks like the configuration file have to include the conditioning coordinates (as listed in the ultrasound demo example). Is it possible to use the GAN architecture without these conditions (just to have a generator and discriminator to convert between registered images).

Thanks a lot for your support