Skip to content

Commit 2b0783c

Browse files
committed
updated to new DIM version
1 parent 7b01181 commit 2b0783c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/colab_run_from_bash_custom_images.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
"source": [
7979
"# Run on custom images\n",
8080
"%%bash\n",
81-
"python3 ./deep-image-matching/main.py \\\n",
81+
"python3 ./deep-image-matching/demo.py \\\n",
8282
" --dir /content/custom_example \\\n",
8383
" --pipeline superpoint+lightglue \\\n",
84-
" --config ./deep-image-matching/config/superpoint+lightglue.yaml\n",
84+
" --config ./deep-image-matching/config/superpoint+lightglue.yaml \\\n",
8585
" --skip_reconstruction \\\n",
8686
" --camera_options ./deep-image-matching/config/cameras.yaml \\\n",
8787
" --force"
@@ -96,7 +96,7 @@
9696
"# Visualize results\n",
9797
"# Pass to --images argument the names of the images (e.g. \"img01.jpg img02.jpg\") or their ids (e.g. \"1 2\") to visualize verified matches inside COLMAP database (change --type ['names', 'ids'])\n",
9898
"%%bash\n",
99-
"python3 ./deep-image-matching/show_matches.py \\\n",
99+
"python3 ./deep-image-matching/scripts/show_matches.py \\\n",
100100
" --images \"1 2\" \\\n",
101101
" --type ids \\\n",
102102
" --database /content/custom_example/results_superpoint+lightglue_matching_lowres_quality_high/database.db \\\n",

0 commit comments

Comments
 (0)