https://store-images.s-microsoft.com/image/apps.52867.62b8d0e2-2f71-4acb-bf58-3e0a7fb55163.4fbdc39b-9f33-44bc-8dc5-1d75afca15fa.37cf5216-e1ba-4e93-81c2-7119db59c437

Neuralangelo

por bCloud LLC

(1 clasificaciones)

Version 0.1.0 + Free Support on Ubuntu 24.04

Neuralangelo is an open-source AI model developed by NVIDIA for high-fidelity 3D surface reconstruction. It transforms multi-view video or image data into detailed 3D models using deep neural networks, enabling applications in 3D graphics, AR/VR, robotics, and simulation. Neuralangelo leverages neural rendering and computer vision techniques, and can utilize GPU acceleration for faster processing.

Features of Neuralangelo:

  • High-fidelity 3D reconstruction from multi-view video or images.
  • Uses deep neural networks and neural rendering techniques.
  • Supports GPU acceleration for faster inference (CPU-only mode also possible).
  • Flexible for research and prototyping in 3D graphics and AR/VR.
  • Open-source and actively maintained by NVIDIA Research (NVlabs).

To check the version of Neuralangelo in your shell:

$ sudo su
$ sudo apt update$ cd /opt/neuralangelo
$ source /opt/neuralangelo/neuralangelo_env/bin/activate
$ git config --global --add safe.directory /opt/neuralangelo
$echo "Neuralangelo version: $(git log -1 --format="%H")"

Disclaimer: Neuralangelo is maintained by NVIDIA (NVlabs). Users are responsible for ensuring correct usage in their applications. Always refer to the official GitHub repository for the most up-to-date information: https://github.com/NVlabs/neuralangelo