Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSoC: Incorporating point-based convolutions in TensorFlow Graphics (1/12) #525

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

schellmi42
Copy link

@schellmi42 schellmi42 commented Mar 10, 2021

As requested by @G4G , I split down the pull request #453 into smaller patches.

This is the first one.

  1. point cloud class
  2. regular grid computation
  3. neighbor computation (ball query)
  4. point density estimation
  5. spatial sampling (poisson disk and cell-average)
  6. point hierarchy class
  7. 1x1 convolution and pooling layers
  8. MCConv layer (incl. Monte-Carlo integration approximation method)
  9. PointConv layer
  10. KPConv layer (incl. constant summation approximation method and kernel point initialization)
  11. example Colab-Notebooks
  12. custom-ops package (CUDA-kernels)

Note:

The code is slightly different from the first PR #453. It's now possible to execute all functions in graph mode.

@google-cla google-cla bot added the cla: yes label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants