maxorange
maxorange
Hi Aditya, 1. A file named ```sgan_model.ckpt.data-00000-of-00001``` may be missing. Could you check if this file exists in your params folder? 2. I added the discriminator to my code. You...
Okay, I will reply to your email address.
It seems the file ```sgan_model.ckpt.data-00000-of-00001``` is not downloaded completely. I used [Git LSF](https://git-lfs.github.com/) to save the large file. After installing Git LSF, you can download the file by the following...
You can install binvox library from here: https://github.com/dimatura/binvox-rw-py#installation
I developed improved version of pix2vox model. You can check demonstration here: https://sketch-modeling.com/
Hi qingchunlizhi This source code is a bit old, so it is possibly caused by some python packages. Which version of python are you using? 2.x or 3.x?
This code is a bit old so I'm thinking of updating it.
Hi, binvox is a module that you need to install. Github repository is here: https://github.com/dimatura/binvox-rw-py. You can install this module by putting ```binvox_rw.py``` to your project folder or copying it...
It took about 6 hours to get good results on NVIDIA GeForce GTX TITAN X. I run into that issue when I trained the networks with few examples. How many...
I used all of ShapeNetCore dataset (57,449 examples) and went through 50 iterations. Is the number of filters the same as my code? I think reducing the number of filters...