Skip to content

Commit

Permalink
Merge pull request yenchenlin#34 from WillBrennan/feature/fix-urls-in…
Browse files Browse the repository at this point in the history
…-data-download

fix urls in download_example_data.sh
  • Loading branch information
yenchenlin authored Apr 21, 2021
2 parents f38216f + a27b6fb commit a47cd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_example_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wget https://people.eecs.berkeley.edu/~bmild/nerf/tiny_nerf_data.npz
wget http://cseweb.ucsd.edu/~viscomp/projects/LF/papers/ECCV20/nerf/tiny_nerf_data.npz
mkdir -p data
cd data
wget https://people.eecs.berkeley.edu/~bmild/nerf/nerf_example_data.zip
wget http://cseweb.ucsd.edu/~viscomp/projects/LF/papers/ECCV20/nerf/nerf_example_data.zip
unzip nerf_example_data.zip
cd ..

0 comments on commit a47cd93

Please sign in to comment.