Skip to content

Conversation

@supersergiy
Copy link
Member

Summary

  • Add support for PointNet, PointNet++, and DGCNN architectures
  • Wrap existing pointnet package for PointNet/PointNet++ models
  • Implement DGCNN using torch_geometric's DynamicEdgeConv

Changes

  • New zetta_utils/convnet/architecture/pointcloud.py module
  • Add pointcloud optional dependency in pyproject.toml

@supersergiy supersergiy force-pushed the sergiy/pointcloud-networks branch from 0d968bd to 503fbe6 Compare January 1, 2026 14:52
@supersergiy supersergiy requested a review from nkemnitz January 1, 2026 14:52
@nkemnitz
Copy link
Collaborator

nkemnitz commented Jan 2, 2026

You'll have to include the pointcloud package to at least all for CI to pick it up (and update the requirements files).
... probably should even go into modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants