-
Hello,
I'd like to know how to properly run the Keras based 3Dgan model? Which of the branches is recommended? It seems that master branch was not developed for a long time.
I've tried to run the …
-
Thank you for your impressive work.
I would like to ask if this work applied to unsupervised 3DGAN has the same improvement as other tasks?
-
您好,拜读了您的相关论文,觉得受益匪浅,请问应用其他特征提取方法(除了1DGAN与3DGAN)在三大数据集上的代码可以提供下吗?谢谢!
-
I write a 3DGAN myself,after training,I find that the object generate are all the same,though different random_noise input,Do you know why?
(my network not set eval mode)
-
Hi Meetshah, I have t=done training . But during testing i got some errors.please go through the errors
(Gan_tf_Ajith) gpu@gpu:~/Desktop/Ajith Balakrishnan/3D Gan/tf-3dgan-master/src$ python 3dgan_…
-
- [ ] Generate PointClouds from Text Input
-
The generated output of a chair is not accurate. Getting a cube instead of a chair. Please help me to generate accurate chairs
-
I got a valueError after I tried to use the train model to generate chair:
```
ValueError: Variable gen/BatchNorm/beta does not exist, or was not created with tf.get_variable(). Did you mean to set …
-
您好!作者,我想问一下,为什么我重新编译后,发现不能调用backwardProp()函数
-
Hi, when I ran this project I found it's cool that the camera parameters (including poses, angles, intrinsic) can be extracted and saved at the path "./test/dataset/c/". But I'm confused about the met…