neu-vi / OmniControl

OmniControl: Control Any Joint at Any Time for Human Motion Generation, ICLR 2024
https://neu-vi.github.io/omnicontrol/
MIT License
248 stars 17 forks source link

downloads with bash fail. #21

Open johndpope opened 2 months ago

johndpope commented 2 months ago

ash prepare/download_smpl_files.sh bash prepare/download_glove.sh bash prepare/download_t2m_evaluators.sh The smpl files will be stored in the 'body_models/smpl/' folder

Downloading... From (original): https://drive.google.com/uc?id=1INYlGA76ak_cKGzvpOV2Pe6RkYTlXTW2 From (redirected): https://drive.google.com/uc?id=1INYlGA76ak_cKGzvpOV2Pe6RkYTlXTW2&confirm=t&uuid=5b495d7d-feb5-4e04-95bd-0ae7a4e7e823 To: /media/oem/12TB/OmniControl/body_models/smpl.zip 100%|██████████████████████████████████████████████████████████████████████████| 35.3M/35.3M [00:07<00:00, 4.76MB/s] Archive: smpl.zip creating: smpl/ inflating: smpl/J_regressor_extra.npy
inflating: smpl/smplfaces.npy
inflating: smpl/kintree_table.pkl
inflating: smpl/SMPL_NEUTRAL.pkl
Cleaning

Downloading done! Downloading glove (in use by the evaluators, not by MDM itself) Downloading... From: https://drive.google.com/uc?id=1cmXKUT31pqd7_XpJAiWEo1K81TMYHA5n To: /media/oem/12TB/OmniControl/glove.zip 100%|██████████████████████████████████████████████████████████████████████████| 6.19M/6.19M [00:01<00:00, 4.25MB/s] Archive: glove.zip creating: glove/ inflating: glove/our_vab_idx.pkl
inflating: glove/our_vab_data.npy
inflating: glove/our_vab_words.pkl
Cleaning

Downloading done! Downloading T2M evaluators /home/oem/miniconda3/envs/comfyui/lib/python3.11/site-packages/gdown/download.py:33: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. soup = bs4.BeautifulSoup(line, features="html.parser") Failed to retrieve file url:

Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq.

You may still be able to access the file from the browser:

https://drive.google.com/uc?id=1DSaKqWX2HlwBtVH5l7DdW96jeYUIXsOP

but Gdown can't. Please check connections and permissions. /home/oem/miniconda3/envs/comfyui/lib/python3.11/site-packages/gdown/download.py:33: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup. soup = bs4.BeautifulSoup(line, features="html.parser") Failed to retrieve file url:

Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
Check FAQ in https://github.com/wkentaro/gdown?tab=readme-ov-file#faq.

You may still be able to access the file from the browser:

https://drive.google.com/uc?id=1tX79xk0fflp07EZ660Xz1RAFE33iEyJR

but Gdown can't. Please check connections and permissions. unzip: cannot find or open t2m.zip, t2m.zip.zip or t2m.zip.ZIP. unzip: cannot find or open kit.zip, kit.zip.zip or kit.zip.ZIP. Cleaning

rm: cannot remove 't2m.zip': No such file or directory rm: cannot remove 'kit.zip': No such file or directory Downloading done! (comfyui) ➜ OmniControl git:(main)

ymingxie commented 2 months ago

Hi seems the previous link doesn't work. Please check https://github.com/GuyTevet/motion-diffusion-model/issues/222 to see if it helps