Earlier quoted context omitted.
How would one go about creating a torrent for it? Or uploading to IPFS?
I already emailed the creator a couple weeks back to request / offer a torrent, but haven't heard anything back. The problem here is that both of your suggestions involve a 2-step process: 1. Download the file 2. Create a torrent from it, or upload it to IPFS Since step 1 is already a 2TB download, getting to either version of step 2 is untenable. I agree with one of the other posters in this thread, the default for…
Berkeley Deep Drive Dataset
41–50 of 54 posts
Re: Berkeley Deep Drive Dataset
#42I am curious, does training the AI on other driving data sets help? What I means is, not just sedan data set. Trucks, buses, maybe 2 wheelers? Would this help the model generalize more and make better prediction of how other vehicles work or would it just add noise?
Re: Berkeley Deep Drive Dataset
#43Earlier quoted context omitted.
The GPL absolutely falls under the open source definition. You can ship GPL programs and code alongside programs that may have different licenses. What you can't do is combine GPL code with code that has incompatible licenses. Copyleft imposes some requirements on redistribution. It does not impose restrictions on usage at all.
> Copyleft imposes some requirements on redistribution. It does not impose restrictions on usage at all. I wasn't saying copyleft imposes restrictions on usage. The first "open-source" criterion says the following (and note that, like you said, this is a restriction on redistribution and not usage): > The license shall not restrict any party from selling or giving away the software as a component of an aggregate soft…
GPL does not say that. What it does say is that you must provide the source upon request.
> The fact that you cannot redistribute GPL software without source (whether bundled with other software or otherwise) is a restriction on whether/how you can redistribute GPL software, hence it goes against the "shall not restrict" requirement. And there's no exception carved out for "restrictions that require source code to be included".
So all of what you said there is simply incorrect, because like I said, you absolutely can distribute GPL software without including the source code alongside it. And that is what is done by everyone 99% of the time.
You only need to provide the source upon request to the people that ask you for it.
I encourage you to take the time to read the GPL FAQ. Even though GPL is not my preferred license I think it is important to have a good understanding of it. https://www.gnu.org/licenses/gpl-faq.en.html
Re: Berkeley Deep Drive Dataset
#44Earlier quoted context omitted.
> Copyleft imposes some requirements on redistribution. It does not impose restrictions on usage at all. I wasn't saying copyleft imposes restrictions on usage. The first "open-source" criterion says the following (and note that, like you said, this is a restriction on redistribution and not usage): > The license shall not restrict any party from selling or giving away the software as a component of an aggregate soft…
> namely: that it must be with source code GPL does not say that. What it does say is that you must provide the source upon request. > The fact that you cannot redistribute GPL software without source (whether bundled with other software or otherwise) is a restriction on whether/how you can redistribute GPL software, hence it goes against the "shall not restrict" requirement. And there's no exception carved out for "…
> GPL does not say that. What it does say is that you must provide the source upon request.
Yes, I was being brief. I'm well aware. [1]
[1] https://news.ycombinator.com/item?id=17202439
-------------
To your edit:
> So all of what you said there is simply incorrect, because like I said, you absolutely can distribute GPL software without including the source code alongside it. And that is what is done by everyone 99% of the time. You only need to provide the source upon request to the people that ask you for it.
No, it makes no difference at all. You cannot redistribute the software unless you are willing and able to redistribute the source code as well. That is very clearly a restriction on your redistribution of the software. The fact that we happen to be talking about the software's own source code makes no difference as to whether it's a restriction or not. It'd be a restriction whether we're talking about "source code", or "$100,000", or anything else. The simple fact that you have to be willing and able to provide {something} before you can redistribute the software is obviously a restriction on your redistribution of the software.
Re: Berkeley Deep Drive Dataset
#45Earlier quoted context omitted.
It's a really big download (1.8TB). One where both you and they would be really rather perturbed if the download failed at 90%. In fact, they'd probably be perturbed by the bandwidth costs even if everyone who wanted the dataset was only downloading it once. Maybe it uses WebTorrent? (Not sure why it couldn't just fall back to giving you a .torrent file in that case, though.)
Why even fall back? The default for something like this should be a torrent as this is exactly what BitTorrent was supposed to solve!
Re: Berkeley Deep Drive Dataset
#46Earlier quoted context omitted.
It’s in DOWNLOAD button. How does it not work in EVERY browser? A link would. A form submission would. Ultra simple JavaScript would. It’s not a question of “why doesn’t chrome work“ but more a question of “how is this even an issue“.
It's a really big download (1.8TB). One where both you and they would be really rather perturbed if the download failed at 90%. In fact, they'd probably be perturbed by the bandwidth costs even if everyone who wanted the dataset was only downloading it once. Maybe it uses WebTorrent? (Not sure why it couldn't just fall back to giving you a .torrent file in that case, though.)
COCO (and friends) provide either cloud-backed rsync tools or curl snippets for this reason.