Spaces:
Sleeping
Sleeping
File size: 602 Bytes
26f7fa0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
"""
MLSTRUCT-FP
Machine Learning STRUCTural Floor Plan dataset.
"""
# Basic information
__author__ = 'Pablo Pizarro R.'
__description__ = 'Machine learning structural floor plan dataset'
__email__ = 'pablo@ppizarror.com'
__keywords__ = ['ml', 'ai', 'floor plan', 'architectural', 'dataset', 'cnn']
__license__ = 'MIT'
__version__ = '0.7.3'
# URL
__url__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP'
__url_bug_tracker__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP/issues'
__url_documentation__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP'
__url_source_code__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP'
|