MohamedRashad's picture
Add initial module structure and base classes for samplers and representations
73c350d
raw
history blame contribute delete
168 Bytes
from .encoder import SLatEncoder
from .decoder_gs import SLatGaussianDecoder
from .decoder_rf import SLatRadianceFieldDecoder
from .decoder_mesh import SLatMeshDecoder