INNER CODE UNIT · Python

boxmot

mikel-brostrom/boxmot · boxmot/engine/cli.py:213

def boxmot(ctx: click.Context) -> None:
    """Pluggable object tracking for detection, segmentation, and pose models."""

    del ctx
    from boxmot.engine.ui.logging import configure_engine_logging

    configure_engine_logging()


main = boxmot

__all__ = ("boxmot", "main")


if __name__ == "__main__":
    boxmot()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…