Skip to content

Commit 209efb3

Browse files
committed
updated colab example
1 parent f9586c6 commit 209efb3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

notebooks/colab_run_from_bash_example.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 8,
74+
"execution_count": null,
7575
"metadata": {
7676
"colab": {
7777
"base_uri": "https://localhost:8080/"
@@ -129,7 +129,7 @@
129129
"source": [
130130
"%%bash\n",
131131
"# See option to run deep-image-matching\n",
132-
"python3 ./deep-image-matching/main.py --help"
132+
"python3 ./deep-image-matching/demo.py --help"
133133
]
134134
},
135135
{
@@ -139,7 +139,7 @@
139139
"outputs": [],
140140
"source": [
141141
"%%bash\n",
142-
"python3 ./deep-image-matching/main.py \\\n",
142+
"python3 ./deep-image-matching/demo.py \\\n",
143143
" --dir ./deep-image-matching/assets/pytest \\\n",
144144
" --pipeline sift+kornia_matcher \\\n",
145145
" --skip_reconstruction"
@@ -152,7 +152,7 @@
152152
"outputs": [],
153153
"source": [
154154
"%%bash\n",
155-
"python3 ./deep-image-matching/main.py \\\n",
155+
"python3 ./deep-image-matching/demo.py \\\n",
156156
" --dir ./deep-image-matching/assets/pytest \\\n",
157157
" --pipeline orb+kornia_matcher \\\n",
158158
" --skip_reconstruction"
@@ -171,7 +171,7 @@
171171
"outputs": [],
172172
"source": [
173173
"%%bash\n",
174-
"python3 ./deep-image-matching/main.py \\\n",
174+
"python3 ./deep-image-matching/demo.py \\\n",
175175
" --dir ./deep-image-matching/assets/pytest \\\n",
176176
" --pipeline superpoint+lightglue \\\n",
177177
" --skip_reconstruction"
@@ -184,7 +184,7 @@
184184
"outputs": [],
185185
"source": [
186186
"%%bash\n",
187-
"python3 ./deep-image-matching/main.py \\\n",
187+
"python3 ./deep-image-matching/demo.py \\\n",
188188
" --dir ./deep-image-matching/assets/pytest \\\n",
189189
" --pipeline disk+lightglue \\\n",
190190
" --skip_reconstruction"
@@ -197,7 +197,7 @@
197197
"outputs": [],
198198
"source": [
199199
"%%bash\n",
200-
"python3 ./deep-image-matching/main.py \\\n",
200+
"python3 ./deep-image-matching/demo.py \\\n",
201201
" --dir ./deep-image-matching/assets/pytest \\\n",
202202
" --pipeline aliked+lightglue \\\n",
203203
" --skip_reconstruction"
@@ -210,7 +210,7 @@
210210
"outputs": [],
211211
"source": [
212212
"%%bash\n",
213-
"python3 ./deep-image-matching/main.py \\\n",
213+
"python3 ./deep-image-matching/demo.py \\\n",
214214
" --dir ./deep-image-matching/assets/pytest \\\n",
215215
" --pipeline keynetaffnethardnet+kornia_matcher \\\n",
216216
" --skip_reconstruction"

0 commit comments

Comments
 (0)