π-GAN-火炬(WIP)
Pytorch中用于3d感知图像合成的实现。
安装
$ pip install pi-gan-pytorch
用法
from pi_gan_pytorch import piGAN , Trainer
gan = piGAN (
image_size = 128 ,
dim = 512
). cuda ()
trainer = Trainer (
gan = gan ,
folder = '/path/to/images'
)
trainer ()
引文
@misc { chan2020pigan ,
title = { pi-GAN: Periodic Implicit Generative Adversarial Networks for 3D-Aware Image Synthesis } ,
autho
评论0
最新资源