yifita/3PU
Patch-base progressive 3D Point Set Upsampling
This project enhances the detail of 3D models represented as sparse point clouds. You provide a low-resolution 3D point cloud, and it generates a denser, higher-resolution point cloud, making the object's surface smoother and more complete. This is useful for 3D artists, designers, or engineers working with scanned or generated 3D data that lacks sufficient detail.
172 stars. No commits in the last 6 months.
Use this if you need to increase the resolution and detail of a 3D point cloud model from a sparse input to a denser, more refined output.
Not ideal if you are looking to reconstruct a 3D model from 2D images or want to generate a 3D mesh rather than a point cloud.
Stars
172
Forks
23
Language
C++
License
—
Category
Last pushed
Sep 10, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yifita/3PU"
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