articulated-animation icon indicating copy to clipboard operation
articulated-animation copied to clipboard

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

Open horseflathill opened this issue 4 years ago • 9 comments

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

horseflathill avatar Aug 11 '21 15:08 horseflathill

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

Thanks for the great repo!

paulgowdy avatar Aug 11 '21 17:08 paulgowdy

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

JSssssss avatar Aug 16 '21 03:08 JSssssss

+1

msollami-sf avatar Aug 18 '21 18:08 msollami-sf

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

  • Fork the repo
  • Go to repo settings
  • Find "Include Git LFS objects in archives" under the Archives section and check it
  • Go to the Danger Zone section, select "Archive this repository"
  • Confirm and authorize.
  • Return to the archived repository.
  • Download as .zip
  • Download will pause for a minute or so before it starts downloading lfs objects. Wait and it should continue.

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')

daveramish avatar Aug 18 '21 18:08 daveramish

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

AliaksandrSiarohin avatar Aug 18 '21 20:08 AliaksandrSiarohin

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

mike-vermillio avatar Aug 23 '21 13:08 mike-vermillio

Thanks for the checkpoints and tips all.

paulgowdy avatar Aug 23 '21 18:08 paulgowdy

thank you everyone!

bcsnd avatar Nov 07 '21 15:11 bcsnd

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!

cyanzhao42 avatar Feb 23 '22 03:02 cyanzhao42