(Image from https://github.com/VAST-AI-Research/TripoSR/blob/main/examples/unicorn.png)
output is an .obj file
This video is rendered from an obj file
pip3 install -r requirements.txt
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
Pytorch
ONNX opset=17