From ae1abb1db10c9f7b3495f6bb569406cf993816a8 Mon Sep 17 00:00:00 2001 From: Ethan Clark Date: Fri, 21 Mar 2025 16:57:41 -0700 Subject: [PATCH] add sam2 and ml-depth-pro as submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bb1d85d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "external/sam2"] + path = external/sam2 + url = https://github.com/facebookresearch/sam2.git +[submodule "external/ml-depth-pro"] + path = external/ml-depth-pro + url = https://github.com/apple/ml-depth-pro.git