stevenygd/PointFlow
PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
This tool helps researchers and engineers create highly detailed and realistic 3D point clouds for various vision and graphics applications. It takes existing 3D mesh data or other point clouds as input and generates new, high-resolution point clouds, allowing for both new shape generation and the sampling of an arbitrary number of points from a given shape. It's designed for professionals working with 3D data in fields like computer vision, robotics, or augmented reality.
853 stars. No commits in the last 6 months.
Use this if you need to generate novel 3D point cloud models or reconstruct existing ones with high fidelity, especially when working with varied 3D shapes like those found in datasets such as ShapeNet.
Not ideal if your primary need is simply visualizing existing point clouds without generating new ones or if you require real-time processing on embedded systems without robust GPU support.
Stars
853
Forks
107
Language
Python
License
MIT
Category
Last pushed
Aug 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stevenygd/PointFlow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daavoo/pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
yangyanli/PointCNN
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
torch-points3d/torch-points3d
Pytorch framework for doing deep learning on point clouds.
yogeshhk/MidcurveNN
Computation of Midcurve of Thin Polygons using Neural Networks
charlesq34/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space