Przeglądaj źródła

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
Danwand 1 rok temu
rodzic
commit
fa2796bb47
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@
 Please install SAM 2 on a GPU machine using:
 Please install SAM 2 on a GPU machine using:
 
 
 ```bash
 ```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 .
 cd segment-anything-2; pip install -e .
 ```
 ```