shapegan icon indicating copy to clipboard operation
shapegan copied to clipboard

Generative Adversarial Networks and Autoencoders for 3D Shapes

Results 16 shapegan issues
Sort by recently updated
recently updated
newest added

I ran `demo_gan.py` using the pre-trained `gan_generator_voxels_sofas.to` file. I made the following changes: 0. Copied `gan_generator_voxels_sofas.to` from `examples` folder to `models` folder. 1. Did `pip install scipy==1.5.2` 2. In `rendering/__init__.py`...

Hi, after reading your paper, I am trying to reproduce your works. Firstly, I trained VAE with the chair dataset. Before testing tsne space, I am testing plotting process. When...

Hi, Could you share your evaluation scripts to reproduce the table1 in paper? Thanks!

``` QObject::moveToThread: Current thread (0x563d74d14da0) is not the object's thread (0x563e00957b30). Cannot move to target thread (0x563d74d14da0) qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/alberto/anaconda3/lib/python3.8/site-packages/cv2/qt/plugins" even though...

For demo_latent_space there is the assertion regarding our `labels.to` how can we generate that file?

Hello, I want to ask some questions about the paper , he said that training will experience four stages in the process, I want to ask how long is the...

May you have any suggestions for solve the out of memory issue in the last iteration of the hybrid progressive GAN? what GPU did you use. I am trying with...

Hi @marian42 , Thanks for contributing an amazing amount of code. I am trying to use your repo to retrain DeepSDF on the Sofa category and have two queries :...

I have facing error as show in image below. Please guide me. ![image](https://user-images.githubusercontent.com/7644450/102757921-9e1e9a00-4337-11eb-90ff-395a21138193.png)

Hey, I'd like to create the latent space animation with the model I have trained. However, I'm not sure how to create the following files required by your code: `sdf_net_latent_codes.to`...