Git Product home page Git Product logo

Comments (6)

marcenacp avatar marcenacp commented on May 24, 2024 2

The author hasn't answered yet and the URLs are broken on their side. I see the dataset is on Hugging Face though, so it's still possible to download from Hugging Face:

!pip install datasets
import tensorflow_datasets as tfds
ds = tfds.load('huggingface:wider_face')
for example in ds['train'].take(1):
  print(example)

from datasets.

marcenacp avatar marcenacp commented on May 24, 2024 1

Hi, thanks for opening the issue. I just contacted the creator of the dataset to understand the issue.

from datasets.

oferch avatar oferch commented on May 24, 2024

Any news on that? Still happening

from datasets.

Rahulraj0308 avatar Rahulraj0308 commented on May 24, 2024

@marcenacp method works properly and also you can try
import tensorflow_datasets as tfds wider_face_builder = tfds.builder('wider_face') wider_face_builder.download_and_prepare() wider_face_dataset = wider_face_builder.as_dataset() it worked on my system

from datasets.

marcenacp avatar marcenacp commented on May 24, 2024

@Rahulraj0308, maybe you already downloaded this dataset in the past on your system and still have the files in your cache. This would explain why it works on your system and not on others.

from datasets.

Rahulraj0308 avatar Rahulraj0308 commented on May 24, 2024

@marcenacp, ya I used it earlier in one of my projects. Thanks for the information.

from datasets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.