forked from yenchenlin/nerf-pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix urls in download_example_data.sh
- Loading branch information
1 parent
f38216f
commit a27b6fb
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 .. |