Skip to content

Commit

Permalink
Add download script
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave committed Aug 21, 2017
1 parent 5544ec7 commit 66ffbee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

wget https://cmu.box.com/shared/static/xucg15tye9cr03da1llbxwufsm8mumh6.gz -O data.tar.gz
mkdir -p data
echo "Outputting data to data/"
# Tar was uploaded with upload/ as the main directory; change to data/
tar xzvf data.tar.gz --strip-components 1 -C data | sed -e 's/^upload/data/g'

# Remove README file that is not useful for end users.
rm data/multithumos/models/README.md

0 comments on commit 66ffbee

Please sign in to comment.