optas / latent_3d_points

Auto-encoding & Generating 3D Point-Clouds.
Other
505 stars 109 forks source link

[AD] Yet another EMD implementation for dense point clouds #27

Open Colin97 opened 4 years ago

Colin97 commented 4 years ago

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

anguyen216 commented 3 years ago

@Colin97 Do you have more instruction on how to incorporating your implementation in optas' code for latent_3d_points? I'm having issues with compiling the loss functions implemented by optas