3D-RecGAN-extended icon indicating copy to clipboard operation
3D-RecGAN-extended copied to clipboard

🔥3D-RecGAN++ in Tensorflow (TPAMI 2018)

Results 16 3D-RecGAN-extended issues
Sort by recently updated
recently updated
newest added

I would like to ask about raw depth images used to generate voxel grids that are used as input of the network. Do you still have them and if so,...

Hi there, I am trying to plot the .mat file using meshgrid but output is blank. I would like to visualize the 3D shapes. You did it in the paper....

Hi @Yang7879 Is there any visualization for the input .npz files and output .mat files in 3D. I have tried .npz visualization using Numpy Viewer, but it doesn't give better...

What format is the training data in? I see, for example in Data_sample/P1_02828884_bench/train_3d_vox256/ 10b43623dbc8ab25ad5067eac75a07f7_0_0_1.npz, a numpy array of shape (144, 254, 67, 1), but I'm not clear on what these...

I am getting the error 'ValueError: Cannot feed value of shape (1, 64, 64, 64, 1) for Tensor u'Placeholder:0', which has shape '(4, 64, 64, 64, 1)'' after running the...

Hi, your work inspires me. How does 3D-RecGAN++ get the IoU of 32*3 voxels, 64*3 voxels in tables? I think that the output is 256*3 voxels by main_3D-RecGAN++.py. We observe...

hello, i meet this issue 'FileNotFoundError: [Errno 2] No such file or directory: 'demo_result.mat'" where should i find this .mat ?thank you !

I would like to ask if your code is about the generated result image. I trained only the .mat file according to your main file, and there is no specific...

Hello, I clone your code and try the demo training, however, I found the gan loss of generator and discriminator without GP is negative. Is that normal? And the total...

Hi, your excellent work insipire me a lot. I collect some real data via the way used in the paper, however, could you please tell me the specific depth map...