We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c201d commit 7d10b22Copy full SHA for 7d10b22
1 file changed
index.html
@@ -123,7 +123,13 @@ <h3 class="title is-5">Clone the repository</h3>
123
124
<h3 class="title is-5">Installation (Linux)</h3>
125
<pre><code>pip install -r requirements.txt
126
-...</code></pre>
+ cd sam2
127
+ pip install -e .
128
+ cd..
129
+ pip install --index-url https://download.pytorch.org/whl/cu121 torch torchvision torchaudio
130
+ cd ../checkpoints
131
+ ./download_chckpts.sh
132
+ </code></pre>
133
134
<h3 class="title is-5">Run the tool</h3>
135
<pre><code>python main.py</code></pre>
0 commit comments