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 c15769c commit c6e27b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download_data.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cd checkpoints
wget http://people.eecs.berkeley.edu/~bmild/llff/data/llff_trained_model.zip
wget http://cseweb.ucsd.edu/~viscomp/projects/LF/papers/SIG19/lffusion/llff_trained_model.zip
unzip llff_trained_model.zip
cd ..

cd data
wget http://people.eecs.berkeley.edu/~bmild/llff/data/testscene.zip
wget http://cseweb.ucsd.edu/~viscomp/projects/LF/papers/SIG19/lffusion/testscene.zip
unzip testscene.zip
cd ..
cd ..

0 comments on commit c6e27b1

Please sign in to comment.