Skip to content

Commit

Permalink
Fixed wrong path to zip file in pipeline_SfM notebook (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobesu14 authored Feb 26, 2021
1 parent 39ced98 commit e64814c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline_SfM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"source": [
"%%bash -s \"$dataset\"\n",
"wget http://cvg.ethz.ch/research/local-feature-evaluation/South-Building.zip -P $1\n",
"unzip datasets/South-Building.zip -d $1"
"unzip $1/South-Building.zip -d $1"
]
},
{
Expand Down Expand Up @@ -174,4 +174,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit e64814c

Please sign in to comment.