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.