3AM / must3r-scripts /slam.py
nycu-cplab's picture
sam2 and must3r
19be62c
#!/usr/bin/env python3
# Copyright (C) 2025-present Naver Corporation. All rights reserved.
from must3r.slam.slam import main
if __name__ == "__main__":
main()