|
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "cell_type": "code", |
74 | | - "execution_count": 8, |
| 74 | + "execution_count": null, |
75 | 75 | "metadata": { |
76 | 76 | "colab": { |
77 | 77 | "base_uri": "https://localhost:8080/" |
|
129 | 129 | "source": [ |
130 | 130 | "%%bash\n", |
131 | 131 | "# See option to run deep-image-matching\n", |
132 | | - "python3 ./deep-image-matching/main.py --help" |
| 132 | + "python3 ./deep-image-matching/demo.py --help" |
133 | 133 | ] |
134 | 134 | }, |
135 | 135 | { |
|
139 | 139 | "outputs": [], |
140 | 140 | "source": [ |
141 | 141 | "%%bash\n", |
142 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 142 | + "python3 ./deep-image-matching/demo.py \\\n", |
143 | 143 | " --dir ./deep-image-matching/assets/pytest \\\n", |
144 | 144 | " --pipeline sift+kornia_matcher \\\n", |
145 | 145 | " --skip_reconstruction" |
|
152 | 152 | "outputs": [], |
153 | 153 | "source": [ |
154 | 154 | "%%bash\n", |
155 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 155 | + "python3 ./deep-image-matching/demo.py \\\n", |
156 | 156 | " --dir ./deep-image-matching/assets/pytest \\\n", |
157 | 157 | " --pipeline orb+kornia_matcher \\\n", |
158 | 158 | " --skip_reconstruction" |
|
171 | 171 | "outputs": [], |
172 | 172 | "source": [ |
173 | 173 | "%%bash\n", |
174 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 174 | + "python3 ./deep-image-matching/demo.py \\\n", |
175 | 175 | " --dir ./deep-image-matching/assets/pytest \\\n", |
176 | 176 | " --pipeline superpoint+lightglue \\\n", |
177 | 177 | " --skip_reconstruction" |
|
184 | 184 | "outputs": [], |
185 | 185 | "source": [ |
186 | 186 | "%%bash\n", |
187 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 187 | + "python3 ./deep-image-matching/demo.py \\\n", |
188 | 188 | " --dir ./deep-image-matching/assets/pytest \\\n", |
189 | 189 | " --pipeline disk+lightglue \\\n", |
190 | 190 | " --skip_reconstruction" |
|
197 | 197 | "outputs": [], |
198 | 198 | "source": [ |
199 | 199 | "%%bash\n", |
200 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 200 | + "python3 ./deep-image-matching/demo.py \\\n", |
201 | 201 | " --dir ./deep-image-matching/assets/pytest \\\n", |
202 | 202 | " --pipeline aliked+lightglue \\\n", |
203 | 203 | " --skip_reconstruction" |
|
210 | 210 | "outputs": [], |
211 | 211 | "source": [ |
212 | 212 | "%%bash\n", |
213 | | - "python3 ./deep-image-matching/main.py \\\n", |
| 213 | + "python3 ./deep-image-matching/demo.py \\\n", |
214 | 214 | " --dir ./deep-image-matching/assets/pytest \\\n", |
215 | 215 | " --pipeline keynetaffnethardnet+kornia_matcher \\\n", |
216 | 216 | " --skip_reconstruction" |
|
0 commit comments