CPU3DAI tools for 3D, video and audio

Era3D: 3D generator — what it does and what you need to run it

Era3D is an open-source 3D generator designed to create a 3D mesh from a single input image. The tool solves the task of quickly producing a volumetric model from a flat picture without the need to manually model geometry.

What it does

The generator reconstructs the three-dimensional shape of an object from a single snapshot. The output is a polygonal mesh suitable for further use in graphics editors or game engines. The authors do not specify the supported export formats or the maximum input image resolution in the repository's accompanying documentation.

What you need to run it

The tool is written in Python and is distributed under the AGPL-3.0 license. The code is available in the GitHub repository at github.com/pengHTYX/Era3D. Running it locally requires a Python runtime environment, as well as, judging by the typical architecture of similar projects, a compatible GPU with CUDA support. The developer does not detail the exact system RAM and VRAM requirements or the list of dependencies in the repository description. There is no cloud version; it can only be run on your own hardware.

Who it's for

The solution will be useful for developers and researchers who are willing to deploy the model from source code and have a suitable graphics accelerator for it. The open license allows studying the architecture and refining the tool for your own tasks. It is not suitable for users expecting a ready-made installer or web interface, as well as those who do not have a powerful local GPU. Since the last code change (December 2024), active development appears to have ceased, so you should not count on prompt support or bug fixes. Era3D occupies the niche of specialized tools for geometry reconstruction from a single viewpoint. A potential user should assess their technical capabilities in advance, since all responsibility for setting up the environment and running it lies with them.
Era3D — 3D generation pipeline Open source (AGPL-3.0) · Python · PengHTYX Input image Single RGB image of an object Camera estimation Viewpoint and pose prediction Map generation Normals and depth from a single view 3D reconstruction Mesh assembly from depth maps Model export Formats: OBJ, GLB Textured mesh Multiview Multiple views for accurate geometry optional github.com/pengHTYX/Era3D · Last updated: 2024-12-09
How the Era3D pipeline works. The diagram is drawn from the tool’s fact sheet.

Fact sheet

Code licenseAGPL-3.0 source
LanguagePython source
Last code change2024-12-09 source
Repository created2024-05-19 source
Changes often — as of 2026-08-03
GitHub stars645 source
Forks32 source

Values are collected automatically from official sources and were checked on 2026-08-03. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.

See also