Skip to content

Commit

Permalink
Fix data link (cvg#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Jan 12, 2024
1 parent 0ea601c commit 683c1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_SfM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"outputs": [],
"source": [
"if not images.exists():\n",
" !wget http://cvg.ethz.ch/research/local-feature-evaluation/South-Building.zip -P datasets/\n",
" !wget https://cvg-data.inf.ethz.ch/local-feature-evaluation-schoenberger2017/South-Building.zip -P datasets/\n",
" !unzip -q datasets/South-Building.zip -d datasets/"
]
},
Expand Down

0 comments on commit 683c1e6

Please sign in to comment.