Spaces:
Running on Zero
Running on Zero
File size: 278 Bytes
afea36f | 1 2 3 4 5 6 7 8 9 10 | # Copied from the TRELLIS project:
# https://github.com/microsoft/TRELLIS
# Original license: MIT
# Copyright (c) the TRELLIS authors
from .radiance_field import Strivec
from .octree import DfsOctree as Octree
from .gaussian import Gaussian
from .mesh import MeshExtractResult
|