Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.12 KB

File metadata and controls

56 lines (33 loc) · 1.12 KB

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