- Add continuous integration - Add Versioneer - Refactor of preprocessing - Add tables of evaluation
9 lines
159 B
Python
9 lines
159 B
Python
|
|
"""
|
|
Open implementation of MonoLoco / MonoLoco++ / MonStereo
|
|
"""
|
|
|
|
from ._version import get_versions
|
|
__version__ = get_versions()['version']
|
|
del get_versions
|