zhenzhiwang / HumanVid

[NeurIPS D&B Track 2024] Official implementation of HumanVid
https://humanvid.github.io/
Creative Commons Attribution 4.0 International
242 stars 2 forks source link

dataset url seems to be broken #9

Closed ArtemisZGL closed 2 months ago

ArtemisZGL commented 2 months ago

I downloaded the url file and try to download the video, but all of them became "Oops, we couldn't find this page."

ArtemisZGL commented 2 months ago

I tried to remove the "download" and found the video can be reached.

zhenzhiwang commented 2 months ago

I use r = requests.get(url) to download video and save them by open a mp4 file outfile and use outfile.write(r.content). The urls in the txt files work well. Maybe your download script has a little difference with mine.