Map-Det3D / mapdet3d /__main__.py
RoyYang0714's picture
feat: Add the Gradio demo for Map-Det3D.
0122a25
Raw
History Blame Contribute Delete
69 Bytes
"""Entry point."""
from .engine.run import entrypoint
entrypoint()