top | item 34079690

TensorFlow Datasets

126 points| markerbrod | 3 years ago |github.com

13 comments

order
[+] jamesblonde|3 years ago|reply
I actually prefer Hugging Face Datasets - there's 16k+ of them today: https://huggingface.co/datasets
[+] soraki_soladead|3 years ago|reply
Quantity of datasets doesn’t seem like the right metric. The library just needs the datasets you care about and both libraries have the popular ones. What’s more important is integration and if you’re training custom TF models then tfds will generally integrate more smoothly than huggingface.
[+] xnx|3 years ago|reply
Great resource. My experience has been that any data project is at least 1/3 data collection/preparation, 1/3 using the right tool the right way, and 1/3 asking the right questions and interpreting the outcome.
[+] yeldarb|3 years ago|reply
For computer vision, there are 100k+ open source classification, object detection, and segmentation datasets available on Roboflow Universe: https://universe.roboflow.com
[+] throwaway20222|3 years ago|reply
So many of those have tiny datasets - like 30 images that are seemingly of low quality. I love roboflow, but those are really hard to work with. I wish there was an open platform for generating the datasets that was cost effective.