Skip to content

fxia22/pointGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pointGAN

point set generative adversarial nets

Dependencies

rendering requires cv2, training requires pytorch.

On Ubuntu:

sudo apt-get install python-opencv
pip install http://download.pytorch.org/whl/cu80/torch-0.1.11.post5-cp27-none-linux_x86_64.whl 
pip install torchvision

Download data and running

bash build.sh #build C++ code for visualization
bash download.sh #download dataset
python train_gan.py
python show_gan.py --model gan/modelG_10.pth # choose your own model

Sample results

result

About

point set generative adversarial nets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published