Skip to content

Files

Latest commit

de3046b · Aug 28, 2024

History

History
This branch is 466 commits behind openvinotoolkit/openvino_notebooks:latest.

triposr-3d-reconstruction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TripoSR feedforward 3D reconstruction from a single image and OpenVINO™

TripoSR is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, developed in collaboration between Tripo AI and Stability AI.

You can find the source code on GitHub and demo on HuggingFace. Also, you can read the paper TripoSR: Fast 3D Object Reconstruction from a Single Image.

Notebook contents

The tutorial consists from following steps:

  • Prerequisites
  • Get the original model
  • Convert the original model to OpenVINO Intermediate Representation (IR) format
  • Compiling models and prepare pipeline
  • Interactive inference

Installation instructions

This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start. For details, please refer to Installation Guide.