tensorflow / tensorflow/datasets
DownloadError: Failed to get url https://bigearth.net/downloads/BigEarthNet-S2-v1.0.tar.gz. HTTP code: 404.
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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