tf-3dgan icon indicating copy to clipboard operation
tf-3dgan copied to clipboard

Tensorflow implementation of 3D Generative Adversarial Network.

Results 18 tf-3dgan issues
Sort by recently updated
recently updated
newest added

Thanks for your code. I want to run more demos and how to convert the ModelNet's file to the .mat file?

@meetshah1995 Are there any links between the input 2D images? 2D image to 3D image contact is what? Thank you

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...

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_mit_biasfree.py 1 ./models/biasfree_360.cptk All dependencies not loaded,...

Hello, thank you very much for the beautiful code you provided. I have such an error when I run it. When I run it, visdom sees that when iteration is...

Related code to save the outputs is below: " g_objects = sess.run(net_g_test,feed_dict={z_vector:z_sample}) if not os.path.exists(train_sample_directory): os.makedirs(train_sample_directory) g_objects.dump(train_sample_directory+'/biasfree_'+str(epoch)) " so how can I visualize the output 'biasfree_200' ?

I'm trying to train the model on a machine with i5-6200U and 8GB of RAM. When I start the training the memory fills up to 80% then I get a...

The generated output of a chair is not accurate. Getting a cube instead of a chair. Please help me to generate accurate chairs

Dear meetshah1995, I do not understand a few things about the model and the implementation and I would like to ask you some questions. 1) In the discriminator, when you...

Hi I run this command 3dgan_mit_biasfree.py 0 by providing some empty folder, at the end of code run, I have no file with *.cptk extension, why is that?