Skip to content

Commit d41d14e

Browse files
committed
run colab from master
1 parent a6f6353 commit d41d14e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Key features:
5555

5656
## Colab demo and notebooks
5757

58-
Want to run on a sample dataset? ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/3DOM-FBK/deep-image-matching/blob/dev/notebooks/colab_run_from_bash_example.ipynb)
58+
Want to run on a sample dataset? ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/3DOM-FBK/deep-image-matching/blob/master/notebooks/colab_run_from_bash_example.ipynb)
5959

60-
Want to run on your images? ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/3DOM-FBK/deep-image-matching/blob/dev/notebooks/colab_run_from_bash_custom_images.ipynb)
60+
Want to run on your images? ➡️ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/3DOM-FBK/deep-image-matching/blob/master/notebooks/colab_run_from_bash_custom_images.ipynb)
6161

6262
DIM can also be utilized as a library instead of being executed through the Command Line Interface (refer to the `Usage Instructions`).
6363

notebooks/colab_run_from_bash_example.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"source": [
2525
"# Download locally deep-image-matching repository\n",
2626
"!git clone https://github.com/3DOM-FBK/deep-image-matching.git\n",
27-
"!cd deep-image-matching && git checkout dev\n",
28-
"!cd ../\n",
2927
"\n",
3028
"# Uncomment to run with python 3.9\n",
3129
"# Install Python 3.9\n",

0 commit comments

Comments
 (0)