We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error while trying to download any of the BigEarth datasets.
The line of code I'm running:
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.
The text was updated successfully, but these errors were encountered:
This was fixed in #5555 but it has yet to be released. Currently only available in nightly.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: