Spaces:
Running on Zero
Running on Zero
| # Copied from the TRELLIS project: | |
| # https://github.com/microsoft/TRELLIS | |
| # Original license: MIT | |
| # Copyright (c) the TRELLIS authors | |
| from .encoder import SLatEncoder, ElasticSLatEncoder | |
| from .decoder_gs import SLatGaussianDecoder, ElasticSLatGaussianDecoder | |
| from .decoder_rf import SLatRadianceFieldDecoder, ElasticSLatRadianceFieldDecoder | |
| from .decoder_mesh import SLatMeshDecoder, ElasticSLatMeshDecoder | |