Skip to content

Commit

Permalink
fix download links
Browse files Browse the repository at this point in the history
  • Loading branch information
bmild authored Jan 21, 2021
1 parent 55d8b00 commit 4edc1c2
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 4edc1c2

Please sign in to comment.