GraphCNN-GAN icon indicating copy to clipboard operation
GraphCNN-GAN copied to clipboard

Graph-convolutional GAN for point cloud generation. Code from ICLR 2019 paper Learning Localized Generative Models for 3D Point Clouds via Graph Convolution

Results 2 GraphCNN-GAN issues
Sort by recently updated
recently updated
newest added

Hello. I want no upsampling. but, I have issues. config.py > self.upsampling = [False] + [False]*4 + [False] `bash launch_gconv_train.sh ` > chair > 6778 pclouds were loaded. They belong...

hi,thank you for your work. when I run the code : python main.py, there is a problem: Give me the class name (e.g. "chair"): chair Traceback (most recent call last):...