tensorflow / tensorflow/datasets
wider_face download fails with error 404
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
Short description
The wider_face dataset download is failing with error 404.
Failed to get url https://drive.usercontent.google.com/download?id=1sAl2oml7hK6aZRdgRjqQJsjV5CEr7nl4&export=download. HTTP code: 404.
Environment information
-
Operating System: Apple M2 Pro Sonoma 14.2.1
-
Python version: 3.10
-
tensorflow-datasets/tfds-nightlyversion: tensorflow-datasets 4.9.4 -
tensorflow/tf-nightlyversion: tensorflow 2.15.0 -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ?
Yes -4.9.4.dev202401130044
Reproduction instructions
import tensorflow_datasets as tfds
tfds.load('wider_face')
Link to logs
https://gist.github.com/tiagonuneslx/a90c43fd28a9e7463a261c557fc4638b
Expected behavior
Dataset should download without a 404 error.
Additional context
No additional context.
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 with the tfds.load('wider_face') reproduction and the failing Google Drive URL in the report, using tensorflow-datasets 4.9.4 or tfds-nightly. Trace the wider_face dataset's download configuration to the reported URL and verify that the dataset downloads without an HTTP 404; no source file or test is named in the issue.
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
- Mostly clear
- Newbie friendliness
- 35/100