bmf icon indicating copy to clipboard operation
bmf copied to clipboard

demo里,google drive的文件无法下载

Open Aaron-Cai opened this issue 1 year ago • 1 comments

!gdown --fuzzy https://drive.google.com/file/d/1l8bDSrWn6643aDhyaocVStXdoUbVC3o2/view?usp=sharing -O big_bunny_10s_30fps.mp4 Traceback (most recent call last): File "/usr/local/bin/gdown", line 8, in sys.exit(main()) File "/usr/local/lib/python3.10/dist-packages/gdown/cli.py", line 151, in main filename = download( File "/usr/local/lib/python3.10/dist-packages/gdown/download.py", line 203, in download filename_from_url = m.groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'

Aaron-Cai avatar Jan 19 '24 10:01 Aaron-Cai

This "gdown" command should appear in an ipynb file and should be run on Google Colab. I have checked and there is no issue with running it on Colab. Are you running it locally? may be it's a network issue? You can download the mp4 resource file from "https://github.com/BabitMF/bmf/releases/download/files/files.tar.gz", which in our project release pages.

HuHeng avatar Jan 23 '24 03:01 HuHeng