snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.21k stars 348 forks source link

cannot download the checkpoints. 'batch response:This repository is over its data quota....' #41

Open horseflathill opened 2 years ago

horseflathill commented 2 years ago

When I run 'git clone https://github.com/snap-research/articulated-animation/' an error occurs: Error downloading object: checkpoints/mgif256.pth (58b796e): Smudge error: Error downloading checkpoints/mgif256.pth (58b796e31f763ccfbb240f959c9d92c2afe8a6e57da303e07d8fabd1f2921c68): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Then i try to run 'git lfs pull' The following error occurs: batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. error: failed to fetch some objects from 'https://github.com/snap-research/articulated-animation.git/info/lfs'

Is there anything wrong with that? Thanks

paulgowdy commented 2 years ago

Same issue, and same question as issue #40 - is it possible to host checkpoints on drive or something similar?

Thanks for the great repo!

JSssssss commented 2 years ago

plz host checkpoints file on a google drive or somewhere else my mighty developers

msollami-sf commented 2 years ago

+1

daveramish commented 2 years ago

Had this issue as well. Was able to get the checkpoint using the below method (from stackoverflow).

Then host on Google drive or wherever. If using the colab you can import from drive using:

from google.colab import drive
drive.mount('/content/drive')
AliaksandrSiarohin commented 2 years ago

Here is the link: https://drive.google.com/drive/folders/1jCeFPqfU_wKNYwof0ONICwsj3xHlr_tb?usp=sharing

mike-vermillio commented 2 years ago

If you're using the colab notebook, using the links from @AliaksandrSiarohin you can replace the first snippet with:

#!curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
#!sudo apt-get install git-lfs
#!git lfs install
!git clone https://github.com/snap-research/articulated-animation/
!gdown --id 1zt1cbLGiN6pVZi1Wn70lF29l1c2x6--V
!gdown --id 1UXMd2x4G3uFLa-XPA5iGywWlcidXR6Yg
!gdown --id 1y_eiItgdKr3Z0Zb7lCsQoCM2GyxAcya_
!gdown --id 1X-BwTTwxTteesAxymrutxOy2qFW_jlWA
!gdown --id 1gyU9H7ArRAK9cUp_4rGF582C35B4pNcE
!mv /content/*.pth articulated-animation/checkpoints
paulgowdy commented 2 years ago

Thanks for the checkpoints and tips all.

bcsnd commented 2 years ago

thank you everyone!

cyanzhao42 commented 2 years ago

+

Here is the link: https://drive.google.com/drive/folders/1jCeFPqfU_wKNYwof0ONICwsj3xHlr_tb?usp=sharing

Hi, it says that the download quota exceeded for all files. Could you update this? Thanks!