In case you don't want to register and are curious about some metadata: Videos: 100K video clips: Size:1.8TB Info: The GPS/IMU information recorded along with the videos: Size: 3.9GB Images It has two subfolders. 1) 100K labeled key frame images extracted from the videos at 10th second 2) 10K key frames for full-frame semantic segmentation.: Size: 6.5GB Labels: Annotations of road objects, lanes, and drivable areas i…
While this is largest public annotated dataset, it's still only from 2 or 3 cities if I'm reading this right.
Berkeley Deep Drive Dataset
51–54 of 54 posts
Re: Berkeley Deep Drive Dataset
#52Earlier 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.)
Thankfully, Firefox has the ability to resume broken downloads. As does nearly every other method of downloading, other than (apparently) Chrome.
BitTorrent and related protocols handle this automatically by breaking the file into large (megabyte-range) chunks, and then putting the cryptographic hashes of all the chunks in the manifest. As long as you've received the manifest, you can protect against both passive corruption and active MITMing in the same way you resume broken downloads: by just discarding chunks that failed to complete to a state of "has all the bytes and hashes correctly", and trying those chunks again.
(Sadly, HTTP doesn't support a digest response header that applies to each chunk of a "Transfer-Encoding: chunked" response stream, or it could vaguely compete with this. The Content-MD5 header could have done this, but it was removed precisely because implementations were in conflict on whether it was for this, or for hashing the document as a whole.)
Re: Berkeley Deep Drive Dataset
#53The website doesn't work in Firefox. "FAQ: The download buttons do not work". "The website is fully supported by Chrome now" The current state of the internet, has reached a very low point. One would expect more from berkley. edu . EDIT: I find the downvotes preposterous. Are we somehow supposed to expect requiring a proprietary browser to simply download a file from an educational institution now?