PointGAN (90%)
1. ์ค์น
$ sudo apt-get install python3-opencv python3-tk
$ pip3 install http://download.pytorch.org/whl/cu80/torch-0.1.11.post5-cp27-none-linux_x86_64.whl
$ pip3 install torchvision progressbar2
$ cd ~
$ git clone https://github.com/fxia22/pointGAN.git
$ cd pointGAN
$ bash build.sh #build C++ code for visualization
$ bash download.sh #download dataset2. ๋ชจ๋ธ ์์ฑ
$ python3 show_gan.py --model gan/modelG_10.pth # choose your own model3. ๋ฐ์ดํฐ ์์ฑ
4. ์ฌ์ฉ์ ํ์ต ๋ฐ์ดํฐ ํ์ฉ

Last updated
Was this helpful?