statho / ScoreHMR

ScoreHMR: Score-Guided Diffusion for 3D Human Recovery (CVPR 2024)
MIT License
367 stars 24 forks source link

download issue; hmr2_data.tar.gz #22

Closed chojinie closed 1 week ago

chojinie commented 1 month ago

Hi @statho and author, I'm Jin.

Thank you for share nice work!

I'm having trouble with the command to download the file: hmr2_data.tar.gz. When I attempt to download the remote file from https://people.eecs.berkeley.edu/~jathushan/projects/4dhumans/hmr2_data.tar.gz to /root/.cache/4DHumans/hmr2_data.tar.gz, it doesn't work. It seems like the download from this path is blocked. Is there another way I can obtain this file?

Or, if my understanding is incorrect, please let me know your thoughts

image

Best Regards,

statho commented 1 month ago

Hi Jin! The demo code should automatically download the zip file in <home_dictectory>/.cache/4DHumans.

Not sure why this is the /root for you. Can you make sure use have access to this directory? It can be the case that the file is not downloaded because you don't have write permission for /root. I ran the code from my end just now, and it works.