martinnormark/neural-mesh-simplification
Un-official and WIP Implementation of the Neural Mesh Simplification paper
This tool helps 3D artists, game developers, or engineers quickly reduce the complexity of their 3D models. You provide a detailed 3D mesh (.obj file), and it produces a simplified version that retains its visual appearance but has fewer triangles. This is ideal for anyone working with 3D assets who needs to optimize them for performance or storage.
No commits in the last 6 months.
Use this if you need to quickly create lower-polygon versions of your 3D models while preserving their visual quality, especially for real-time applications or large scenes.
Not ideal if you need to perform mesh simplification on a large scale without programming knowledge, as this tool requires some setup and scripting.
Stars
52
Forks
7
Language
Python
License
MIT
Category
Last pushed
Mar 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/martinnormark/neural-mesh-simplification"
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