Skip to content

Commit

Permalink
fix urls in download_example_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBrennan committed Apr 21, 2021
1 parent f38216f commit a27b6fb
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 a27b6fb

Please sign in to comment.