AutodeskAILab/UV-Net
Code for UV-Net: Learning from Boundary Representations, CVPR 2021.
This project helps mechanical engineers, product designers, and manufacturing specialists analyze 3D CAD models. It takes Boundary Representation (B-rep) data, which precisely defines the geometry and topology of solid models, and processes it to classify or segment parts. The output provides insights into model features, helping with tasks like automated part recognition or identifying design elements.
182 stars. No commits in the last 6 months.
Use this if you need to automatically classify or segment parts within complex 3D CAD models, especially for large datasets where manual inspection is impractical.
Not ideal if your primary goal is mesh-based analysis or if you don't work with B-rep data from CAD software.
Stars
182
Forks
32
Language
Python
License
MIT
Category
Last pushed
Jan 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AutodeskAILab/UV-Net"
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