Skip to content

Commit e64814c

Browse files
authored
Fixed wrong path to zip file in pipeline_SfM notebook (#50)
1 parent 39ced98 commit e64814c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline_SfM.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"source": [
6060
"%%bash -s \"$dataset\"\n",
6161
"wget http://cvg.ethz.ch/research/local-feature-evaluation/South-Building.zip -P $1\n",
62-
"unzip datasets/South-Building.zip -d $1"
62+
"unzip $1/South-Building.zip -d $1"
6363
]
6464
},
6565
{
@@ -174,4 +174,4 @@
174174
},
175175
"nbformat": 4,
176176
"nbformat_minor": 4
177-
}
177+
}

0 commit comments

Comments
 (0)