tensorflow / tensorflow/datasets

DownloadError: Failed to get url https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz. HTTP code: 404.

Open
#5,658 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
4.6k
Forks
1.6k
Avg merge
3h 54m
Merged PRs (30d)
1

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the tfds.load('bigearthnet/rgb', ...) call and inspect the BigEarthNet dataset definition that references https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz. Verify whether the dataset host or download URL has changed. Done means the dataset loader no longer receives the reported 404 and can begin downloading the requested split.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
data, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.