latent_3d_points icon indicating copy to clipboard operation
latent_3d_points copied to clipboard

Auto-encoding & Generating 3D Point-Clouds.

Results 15 latent_3d_points issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your job. I have some question about the svm training and testing precedure. According to your paper, you randomly rotate the pointcloud and extract the features. Dose...

If you are looking for EMD of dense point clouds (with over 10,000 points) and large batch size, please check our implementation: https://github.com/Colin97/MSN-Point-Cloud-Completion

Hi,thank you for your work. when I run the code : train_single_class_ae.py ,I meet the question: (latent_3d_points) l@l-THUNDEROBOT-PC:~/Documents/latent_3d_points-master$ python train_single_class_ae.py External Losses (Chamfer-EMD) cannot be loaded. Please install them first....

Hi! Many thanks for sharing this wonderful implementation. I am having a particular problem while running your code (and probably while building it). I am using tensorflow 1.3.1 on windows...

After set up current nvcc, cudalib, and tensorflow path, execute make to compile the EMD/Chamfer losses got error message like below. nvcc = /usr/local/cuda-8.0/bin/nvcc cudalib = /usr/local/cuda-8.0/lib64 tensorflow = /home/lab/anaconda3/envs/3D_representation/lib/python2.7/site-packages/tensorflow/include...

Hi, thank you very much for your work on this code, it has been very useful for me. The calculation of EMD ends up not being quite accurate enough for...

I wonder how to load D-FAUST database. How can I modify the code?

I am honored to see your work. The dataset download method you provided has expired. How can I download your dataset?

for this issue, please use tf1.3.0_gpu, cudnn6.0, cuda8.0, python2.7.

Thanks so much for the code! May I ask how can I get the modelnet10 dataset in xyz format? I can only find .off files