From 7e2b31bedfac500d38e0c80db972410733cfc62d Mon Sep 17 00:00:00 2001 From: yatengLG <767624851@qq.com> Date: Mon, 12 Jun 2023 22:41:59 +0800 Subject: [PATCH] fix bug --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index c29a4ba..608ffdf 100644 --- a/README-en.md +++ b/README-en.md @@ -39,7 +39,7 @@ conda activate ISAT_with_segment_anything ### (2) Install Segment anything ```shell -git clone git@github.com:facebookresearch/segment-anything.git +git clone https://github.com/facebookresearch/segment-anything.git cd segment-anything pip install -e . cd ..