File size: 379 Bytes
9df0059 | 1 2 3 4 5 6 7 8 9 | # """Generative model for realistic syntheric scenes."""
__maintainer__ = "Jiapeng Tang"
__email__ = "jiapeng.tang@tum.de"
__url__ = "https://github.com/tangjiapeng/DiffuScene"
__description__ = "Library for plausible synthetic scene generation"
__keywords__ = "data-generation geometry 3D"
__license__ = "Attribution-NonCommercial 4.0 International"
__version__ = "0.1" |