From fa2796bb471115987b143f689c1bd33ed1295a09 Mon Sep 17 00:00:00 2001 From: Danwand <45515141+DanBrown47@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:55:06 +0530 Subject: [PATCH] Change git repo url from SSH to HTTPS The change is made for researchers to easly clone the project to check out from systems and platforms with SSH not in sync with github. Eg : Google Colab, Remote GPU Servers etc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8c886..26c9027 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please install SAM 2 on a GPU machine using: ```bash -git clone git@github.com:facebookresearch/segment-anything-2.git +git clone https://github.com/facebookresearch/segment-anything-2.git cd segment-anything-2; pip install -e . ```