File size: 144 Bytes
eec8d8f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from trellis import ImageTo3D

# Load the model
model = ImageTo3D()

# Convert an image to 3D
model.convert("DORA.png", "output_3d.glb")