awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSurface Representations

Using signed distance fields to define the geometry and boundaries of 3D objects.

Distinct from SDF: Focuses on representing 3D object geometry, whereas the candidate focuses on rendering sharp text.

Explore 1 awesome GitHub repository matching graphics & multimedia · Surface Representations. Refine with filters or upvote what's useful.

Awesome Surface Representations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvlabs/neuralangeloNVlabs 的头像

    NVlabs/neuralangelo

    4,602在 GitHub 上查看↗

    Neuralangelo 是一个神经表面重建框架,将二维图像序列和多视图摄影转换为高保真 3D 网格。它实现了一个训练神经辐射场(NeRF)的流水线,将复杂场景表示为数字几何体。 该项目利用符号距离函数(SDF)进行表面表示,并使用多分辨率哈希编码来捕捉粗略和精细的几何细节。它采用可微体积渲染和基于梯度的 Eikonal 正则化,以确保学习到的距离函数保持物理上的合理性。 该系统包括一个完整的计算机视觉训练流水线,支持多 GPU 分布式训练和训练性能跟踪。它提供摄影测量数据准备工具,包括视频预处理、相机姿态估计和数据集格式转换。一个专门的提取工具使用行进立方体(Marching Cubes)和去噪算法将训练好的神经表示转换为带纹理的 3D 网格。

    Represents 3D geometry as a signed distance function where the zero-level set defines the physical surface.

    Python3d-reconstructioncomputer-graphicscomputer-vision
    在 GitHub 上查看↗4,602
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. SDF
  6. Surface Representations