Note

This is a Hugging Face dataset. Learn how to load datasets from the Hub in the Hugging Face integration docs.

Hugging Face

Dataset Card for predicted_labels#

These photos are used in the FiftyOne getting started webinar. The images have a prediction label where were generated by self-supervised classification through a OpenClip Model. https://github.com/thesteve0/fiftyone-getting-started/blob/main/5_generating_labels.py They were then manually cleaned to produce the ground truth label. https://github.com/thesteve0/fiftyone-getting-started/blob/main/6_clean_labels.md

They are 300 public domain photos taken from Flickr. They will be used to fine tune a model. They are purely for teaching purposes and are not recommended for any other use. No other guarantees provided.

This is a FiftyOne dataset with 300 samples.

Installation#

If you haven’t already, install FiftyOne:

pip install -U fiftyone

Usage#

import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/getting-started-labeled-photos")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details#

Dataset Description#

  • Curated by: [More Information Needed]

  • Funded by [optional]: [More Information Needed]

  • Shared by [optional]: [More Information Needed]

  • Language(s) (NLP): en

  • License: [More Information Needed]

Dataset Sources [optional]#

  • Repository: [More Information Needed]

  • Paper [optional]: [More Information Needed]

  • Demo [optional]: [More Information Needed]

Uses#

Direct Use#

[More Information Needed]

Out-of-Scope Use#

[More Information Needed]

Dataset Structure#

[More Information Needed]

Dataset Creation#

Curation Rationale#

[More Information Needed]

Source Data#

Data Collection and Processing#

[More Information Needed]

Who are the source data producers?#

[More Information Needed]

Annotations [optional]#

Annotation process#

[More Information Needed]

Who are the annotators?#

[More Information Needed]

Personal and Sensitive Information#

[More Information Needed]

Bias, Risks, and Limitations#

[More Information Needed]

Recommendations#

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]#

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]#

[More Information Needed]

More Information [optional]#

[More Information Needed]

Dataset Card Authors [optional]#

[More Information Needed]

Dataset Card Contact#

[More Information Needed]