Skip to content

Latest commit

 

History

History

tripo_sr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TripoSR

Input

Input

(Image from https://github.com/VAST-AI-Research/TripoSR/blob/main/examples/unicorn.png)

Output

output is an .obj file

This video is rendered from an obj file

Output

Install

pip3 install -r requirements.txt

Usage

Automatically downloads the onnx and prototxt files on the first run. It is necessary to be connected to the Internet while downloading.

For the sample image,

$ python3 TripoSR.py

If you want to specify the input point, put the .pts file path after the --input option.
You can use --savepath option to change the name of the output file to save.

$ python3 TripoSR.py --input POINT_FILE_PATH --savepath SAVE_IMAGE_PATH

Reference

Framework

Pytorch

Model Format

ONNX opset=17

Netron

TripoSR.prototxt TripoSR_decoder.onnx.prototxt