Laion Big Video Dataset
11–20 of 28 posts
Re: Laion Big Video Dataset
#12"Overall, we attempted to download 130M videos and achieved a link success rate of approximately 60%, resulting in 80M successfully retrieved videos with a total duration of 10M hours." I am astonished that the success rate is so high. How Youtube didn't block them, I don't know. But I think that this URL list won't age well because youtube will very quickly block any researcher trying to download these videos themse…
Re: Laion Big Video Dataset
#13Damn, that's a lot of videos for them to contact the creators and ask for permission to use their content as machine learning training content. Unless of course, they didn't, and just went ahead with it anyway...
Re: Laion Big Video Dataset
#14Earlier quoted context omitted.
Ha, is it just me or does a “residential proxy network” sound like a fancy way of saying “botnet”?
Basically all of them are botnets, yes. They generally claim to have consent but I'm pretty sure 99% of it is "some app the user uses has it buried in a 200 page ToS"-style consent.
Re: Laion Big Video Dataset
#15Damn, that's a lot of videos for them to contact the creators and ask for permission to use their content as machine learning training content. Unless of course, they didn't, and just went ahead with it anyway...
Under the EU's AI Act non-profits and universities can just bypass these constents to make non-commercial datasets btw
Re: Laion Big Video Dataset
#16"Overall, we attempted to download 130M videos and achieved a link success rate of approximately 60%, resulting in 80M successfully retrieved videos with a total duration of 10M hours." I am astonished that the success rate is so high. How Youtube didn't block them, I don't know. But I think that this URL list won't age well because youtube will very quickly block any researcher trying to download these videos themse…
I believe they have the actual videos to download, "exclusively for academic and non-commercial research." and you have to request access, https://projects.laion.ai/bvd/bvd-raw-access.html They say they used yt-dlp and "employ a residential proxy network". But, yeah, youtube seems to now more aggressively block yt-dlp.
Another thing to thank AI for! /s
Re: Laion Big Video Dataset
#17Damn, that's a lot of videos for them to contact the creators and ask for permission to use their content as machine learning training content. Unless of course, they didn't, and just went ahead with it anyway...
Under the EU's AI Act non-profits and universities can just bypass these constents to make non-commercial datasets btw
Re: Laion Big Video Dataset
#18Earlier quoted context omitted.
I believe they have the actual videos to download, "exclusively for academic and non-commercial research." and you have to request access, https://projects.laion.ai/bvd/bvd-raw-access.html They say they used yt-dlp and "employ a residential proxy network". But, yeah, youtube seems to now more aggressively block yt-dlp.
Ha, is it just me or does a “residential proxy network” sound like a fancy way of saying “botnet”?
Re: Laion Big Video Dataset
#19Damn, that's a lot of videos for them to contact the creators and ask for permission to use their content as machine learning training content. Unless of course, they didn't, and just went ahead with it anyway...
Under the EU's AI Act non-profits and universities can just bypass these constents to make non-commercial datasets btw
https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=OJ:...:
“This Regulation does not apply to AI systems or AI models, including their output, specifically developed and put into service for the sole purpose of scientific research and development.”
https://github.com/LAION-AI/BVD:
“LAION-BVD is released exclusively for research purposes and not for commercial use”
Re: Laion Big Video Dataset
#20- can someone with expertise give us an overview of the architecture involved doing this - let us say you ran yt-dlp inside python aiohttp - surely your ll run a limit soon as your ip address will be flagged - what solutions do we have to auto rotate proxies in python - are there better, faster and more reliable ways to go about downloading a 100 million videos without getting your ip address blocked?