Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate data to fbaipublicfiles #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/download_caffe_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
cd $DIR

FILE=caffemodels.tar.gz
URL=https://s3-us-west-1.amazonaws.com/unsupervised-video/$FILE
URL=https://dl.fbaipublicfiles.com/unsupervised-video/$FILE
CHECKSUM=29e4a50f4fc77b0563a201f28577a895

if [ ! -f $FILE ]; then
Expand Down
2 changes: 1 addition & 1 deletion models/download_torch_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
cd $DIR

FILE=torchmodels.tar.gz
URL=https://s3-us-west-1.amazonaws.com/unsupervised-video/$FILE
URL=https://dl.fbaipublicfiles.com/unsupervised-video/$FILE
CHECKSUM=6ead77d7b387b51426ccc5d3c95f78bb

if [ ! -f $FILE ]; then
Expand Down
2 changes: 1 addition & 1 deletion models/download_torch_motion_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
cd $DIR

FILE=torchmodels_motion.tar.gz
URL=https://s3-us-west-1.amazonaws.com/unsupervised-video/$FILE
URL=https://dl.fbaipublicfiles.com/unsupervised-video/$FILE
CHECKSUM=497efcdf10630cf6fd83d9b367765934

if [ ! -f $FILE ]; then
Expand Down