We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97431d1 commit 26dd2f5Copy full SHA for 26dd2f5
scripts/install.sh
@@ -410,7 +410,7 @@ prepare_segment_anything () {
410
return
411
fi
412
413
- git clone git@github.com:facebookresearch/segment-anything.git "${MODELS_SOURCE_DIR}/segment_anything"
+ git clone https://github.com/facebookresearch/segment-anything.git "${MODELS_SOURCE_DIR}/segment_anything"
414
cd "${MODELS_SOURCE_DIR}/segment_anything"
415
git reset --hard dca509fe793f601edb92606367a655c15ac00fdf
416
cd "${COMPRESSAI_VISION_ROOT_DIR}"
0 commit comments