Skip to content

Commit 26dd2f5

Browse files
committed
[fix] url- segmentation to https
1 parent 97431d1 commit 26dd2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ prepare_segment_anything () {
410410
return
411411
fi
412412

413-
git clone git@github.com:facebookresearch/segment-anything.git "${MODELS_SOURCE_DIR}/segment_anything"
413+
git clone https://github.com/facebookresearch/segment-anything.git "${MODELS_SOURCE_DIR}/segment_anything"
414414
cd "${MODELS_SOURCE_DIR}/segment_anything"
415415
git reset --hard dca509fe793f601edb92606367a655c15ac00fdf
416416
cd "${COMPRESSAI_VISION_ROOT_DIR}"

0 commit comments

Comments
 (0)