ivus-segmentation / DeepIVUS.py
Aditya2162's picture
Upload folder using huggingface_hub
1d197a4 verified
"""Compatibility entrypoint for the DeepIVUS CLI.
Implementation has been moved into the ``deepivus`` package to keep modules
small and easier to maintain.
"""
from deepivus.cli import cli
if __name__ == "__main__":
cli()