awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amosgropp avatar

amosgropp/IGR

0
View on GitHub↗
447 stars·42 forks·Python·10 views

IGR

Implicit Geometric Regularization for Learning Shapes

Features

  • Geometry Reconstruction - Optimizing implicit geometric representations directly from raw point clouds.
  • Physics and PDE Solvers - Learns signed distance functions by enforcing eikonal equation constraints.
  • Point Cloud Reconstruction - Implicit geometric regularization for learning 3D shapes.

Star history

Star history chart for amosgropp/igrStar history chart for amosgropp/igr

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to IGR

Similar open-source projects, ranked by how many features they share with IGR.
  • matanatz/salmatanatz avatar

    matanatz/SAL

    90View on GitHub↗

    SAL: Sign Agnostic Learning of Shapes From Raw Data

    Python
    View on GitHub↗90
  • lululxvi/deepxdelululxvi avatar

    lululxvi/deepxde

    3,874View on GitHub↗

    DeepXDE is a scientific machine learning library and deep learning PDE solver used to compute solutions for forward and inverse ordinary, partial, and integro-differential equations. It functions as a physics-informed neural network library that embeds physical laws and boundary conditions directly into the neural network loss function. The project provides a deep operator network framework for learning operator mappings that approximate relationships between functions in multiphysics problems. It is implemented as a multi-backend tensor library, allowing the system to switch between differen

    Pythondeep-learningdeeponetjax
    View on GitHub↗3,874
  • google/dracogoogle avatar

    google/draco

    7,357View on GitHub↗

    Draco is a library and toolset for compressing, transcoding, and decoding 3D geometric meshes and point cloud data. Its primary purpose is to reduce storage size and transmission bandwidth for 3D assets. The project includes a geometry optimizer specifically for glTF file containers to reduce asset footprints. It also features a hardened decoder designed to process malformed or untrusted 3D geometric data safely to prevent memory corruption and crashes. The software covers a broad range of 3D data processing capabilities, including geometric data reconstruction, point attribute management, a

    C++
    View on GitHub↗7,357
  • nv-tlabs/get3dnv-tlabs avatar

    nv-tlabs/GET3D

    4,441View on GitHub↗

    GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and tetrahedral meshes. It functions as an image-to-3D reconstructor and text-to-3D generator, utilizing a differentiable 3D renderer to produce realistic visual perspectives and material effects. The system enables the creation of 3D assets from single 2D images, point clouds, or descriptive text prompts. It features a latent space interpolator for creating smooth transitions between different 3D objects and supports the independent control of geometry and texture. The project cov

    Python
    View on GitHub↗4,441
See all 30 alternatives to IGR→

Frequently asked questions

What does amosgropp/igr do?

Implicit Geometric Regularization for Learning Shapes

What are the main features of amosgropp/igr?

The main features of amosgropp/igr are: Geometry Reconstruction, Physics and PDE Solvers, Point Cloud Reconstruction.

What are some open-source alternatives to amosgropp/igr?

Open-source alternatives to amosgropp/igr include: matanatz/sal — SAL: Sign Agnostic Learning of Shapes From Raw Data. lululxvi/deepxde — DeepXDE is a scientific machine learning library and deep learning PDE solver used to compute solutions for forward… openai/point-e — Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language… google/draco — Draco is a library and toolset for compressing, transcoding, and decoding 3D geometric meshes and point cloud data.… nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and… fwilliams/deep-geometric-prior — The reference implementaiton for the CVPR 2019 paper Deep Geometric Prior for Surface Reconstruction.