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
apple avatar

apple/ml-sharp

0
View on GitHub↗
7,638 stars·529 forks·Python·other·15 viewsapple.github.io/ml-sharp↗

Ml Sharp

ml-sharp is a neural radiance field framework designed for single-image 3D reconstruction. It uses a neural network to predict 3D geometry and appearance from a single photograph in a single feedforward pass.

The system generates metric 3D scene representations and includes a real-time view synthesizer for producing high-resolution images of new viewpoints. It also features a camera trajectory renderer that creates video sequences by moving a virtual camera through the predicted 3D space.

The project covers coordinate-based neural rendering, 3D Gaussian representation regression, and real-time 3D visualization. It enables photorealistic view synthesis and virtual camera path interpolation.

Features

  • Single-Image 3D Reconstructions - Creates a digital 3D model of a scene from a single photograph using a neural network.
  • Coordinate-Based Neural Representations - Implements coordinate-based neural representations to map spatial coordinates to scene color and density.
  • Novel View Synthesis Engines - Generates high-quality novel viewpoints from a predicted 3D representation at real-time frame rates.
  • Single-Pass Scene Generation - Generates a complete 3D scene representation from a single image using a single feedforward neural network pass.
  • Neural Radiance Field Synthesizers - Optimizes neural representations of spatial volumes to synthesize photorealistic novel views from single photographs.
  • Single View Reconstruction - Implements methods for generating 3D scene representations from a single RGB image in one pass.
  • Metric 3D Representations - Encodes geometric and appearance data into a coordinate-based format allowing for physically accurate spatial measurements.
  • Real-Time Neural Renderers - Displays complex 3D environments at interactive frame rates using neural network architectures.
  • Gaussian Primitive Regression - Predicts 3D Gaussian representations from a single photograph using a feedforward neural network.
  • Trajectory Interpolations - Produces smooth video sequences by sampling the predicted 3D representation along predefined camera coordinates.
  • Camera Trajectory Rendering - Generates sequences of images by sampling viewpoints along a predefined virtual camera path.
  • Real-Time 3D Rendering Engines - Renders 3D scenes and views at high frame rates for immediate visual feedback.

Star history

Star history chart for apple/ml-sharpStar history chart for apple/ml-sharp

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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

Frequently asked questions

What does apple/ml-sharp do?

ml-sharp is a neural radiance field framework designed for single-image 3D reconstruction. It uses a neural network to predict 3D geometry and appearance from a single photograph in a single feedforward pass.

What are the main features of apple/ml-sharp?

The main features of apple/ml-sharp are: Single-Image 3D Reconstructions, Coordinate-Based Neural Representations, Novel View Synthesis Engines, Single-Pass Scene Generation, Neural Radiance Field Synthesizers, Single View Reconstruction, Metric 3D Representations, Real-Time Neural Renderers.

What are some open-source alternatives to apple/ml-sharp?

Open-source alternatives to apple/ml-sharp include: facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds… yenchenlin/nerf-pytorch — This project is a PyTorch implementation of a Neural Radiance Field framework. It serves as a 3D scene synthesizer and… google-research/multinerf — MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel… vt-vl-lab/3d-photo-inpainting — This project is an RGB-D image inpainting tool and framework for 3D photo reconstruction. It transforms single 2D… facebookresearch/pifuhd — pifuhd is a 3D human reconstruction framework that generates high-resolution 3D meshes of people from a single 2D… tencentarc/instantmesh — InstantMesh is a neural 3D reconstruction tool and single-image 3D mesh generator. It utilizes a sparse-view large…

Open-source alternatives to Ml Sharp

Similar open-source projects, ranked by how many features they share with Ml Sharp.
  • facebookresearch/pytorch3dfacebookresearch avatar

    facebookresearch/pytorch3d

    9,902View on GitHub↗

    PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds and complex 3D surface geometries. It provides a collection of reusable components and data structures for deep learning with 3D data, including a framework for training and evaluating neural radiance fields to enable photorealistic view synthesis. The project features a differentiable 3D renderer that converts meshes and point clouds into 2D images while allowing gradients to flow back into the geometry and textures. This enables 3D shape optimization, where mesh geometry, te

    Python
    View on GitHub↗9,902
  • google-research/multinerfgoogle-research avatar

    google-research/multinerf

    3,806View on GitHub↗

    MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel views from sets of 2D images. It provides a system for generating new perspectives of a scene by optimizing a neural network based on images and camera poses. The toolkit includes research implementations such as Mip-NeRF 360 and Ref-NeRF for high-fidelity volumetric rendering. It features a structure-from-motion pipeline to calculate camera positions and orientations from image datasets to prepare data for training. The project covers a full workflow for volumetric rendering, i

    Pythonnerfneural-radiance-fields
    View on GitHub↗3,806
  • yenchenlin/nerf-pytorchyenchenlin avatar

    yenchenlin/nerf-pytorch

    6,037View on GitHub↗

    This project is a PyTorch implementation of a Neural Radiance Field framework. It serves as a 3D scene synthesizer and differentiable volumetric renderer used to train volumetric representations of scenes by predicting color and density for 3D spatial coordinates. The system enables novel view synthesis, allowing for the generation of new images of complex 3D scenes from previously unseen perspectives. It supports 3D scene reconstruction by processing 2D images and camera poses to build a digital volumetric representation of a physical space. The framework includes capabilities for 3D model

    Python
    View on GitHub↗6,037
  • vt-vl-lab/3d-photo-inpaintingvt-vl-lab avatar

    vt-vl-lab/3d-photo-inpainting

    7,081View on GitHub↗

    This project is an RGB-D image inpainting tool and framework for 3D photo reconstruction. It transforms single 2D images into 3D content by estimating monocular depth and synthesizing missing color and depth data to fill occluded regions. The system uses a layered depth image representation to manage scene boundaries and pixel connectivity. This allows for novel view synthesis, enabling the generation of videos that simulate motion parallax effects from different camera perspectives. The project covers a range of spatial modeling capabilities, including depth map estimation, disparity-based

    Python
    View on GitHub↗7,081
  • See all 30 alternatives to Ml Sharp→