Open
Description
I'm getting this error while trying to download any of the BigEarth datasets.
The line of code I'm running:
Load the BigEarthNet dataset
dataset, info = tfds.load('bigearthnet/rgb', split=['train'], with_info=True, as_supervised=True)
Downloading and preparing dataset 65.22 GiB (download: 65.22 GiB, generated: Unknown size, total: 65.22 GiB) to /Users/xxxxxx/tensorflow_datasets/bigearthnet/rgb/1.0.0...
Dl Size...: 0 MiB [00:00, ? MiB/s]0/1 [00:00<?, ? url/s]
Dl Completed...: 0%| | 0/1 [00:00<?, ? url/s]
DownloadError: Failed to get url https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz. HTTP code: 404.
Activity