CoolFace
Datasetpublic

guydada/quickstart-coco

Dataset Card for quickstart This is a FiftyOne dataset with 200 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset # Note: other available arguments include 'split', 'max_samples', etc dataset = fouh.load_from_hub("guydada/quickstart-coco") # Launch the App session = fo.launch_app(dataset) Dataset… See the full description on the dataset page: https://huggingface.co/datasets/guydada/quickstart-coco.

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes145downloads
README.md229 linesDownload Raw Back to root
1---2annotations_creators: []3language: en4task_categories:5- object-detection6task_ids: []7pretty_name: quickstart8tags:9- fiftyone10- image11- object-detection12- object-detection13label_fields: '*'14dataset_summary: '15 16 17 18  ![image/png](dataset_preview.jpg)19 20 21 22  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 200 samples.23 24 25  ## Installation26 27 28  If you haven''t already, install FiftyOne:29 30 31  ```bash32 33  pip install -U fiftyone34 35  ```36 37 38  ## Usage39 40 41  ```python42 43  import fiftyone as fo44 45  import fiftyone.utils.huggingface as fouh46 47 48  # Load the dataset49 50  # Note: other available arguments include ''split'', ''max_samples'', etc51 52  dataset = fouh.load_from_hub("guydada/quickstart-coco")53 54 55  # Launch the App56 57  session = fo.launch_app(dataset)58 59  ```60 61  '62---63 64# Dataset Card for quickstart65 66<!-- Provide a quick summary of the dataset. -->67 68 69 70 71![image/png](dataset_preview.jpg)72 73 74This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 200 samples.75 76## Installation77 78If you haven't already, install FiftyOne:79 80```bash81pip install -U fiftyone82```83 84## Usage85 86```python87import fiftyone as fo88import fiftyone.utils.huggingface as fouh89 90# Load the dataset91# Note: other available arguments include 'split', 'max_samples', etc92dataset = fouh.load_from_hub("guydada/quickstart-coco")93 94# Launch the App95session = fo.launch_app(dataset)96```97 98 99## Dataset Details100 101### Dataset Description102 103<!-- Provide a longer summary of what this dataset is. -->104 105 106 107- **Curated by:** [More Information Needed]108- **Funded by [optional]:** [More Information Needed]109- **Shared by [optional]:** [More Information Needed]110- **Language(s) (NLP):** en111- **License:** [More Information Needed]112 113### Dataset Sources [optional]114 115<!-- Provide the basic links for the dataset. -->116 117- **Repository:** [More Information Needed]118- **Paper [optional]:** [More Information Needed]119- **Demo [optional]:** [More Information Needed]120 121## Uses122 123<!-- Address questions around how the dataset is intended to be used. -->124 125### Direct Use126 127<!-- This section describes suitable use cases for the dataset. -->128 129[More Information Needed]130 131### Out-of-Scope Use132 133<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->134 135[More Information Needed]136 137## Dataset Structure138 139<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->140 141[More Information Needed]142 143## Dataset Creation144 145### Curation Rationale146 147<!-- Motivation for the creation of this dataset. -->148 149[More Information Needed]150 151### Source Data152 153<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->154 155#### Data Collection and Processing156 157<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->158 159[More Information Needed]160 161#### Who are the source data producers?162 163<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->164 165[More Information Needed]166 167### Annotations [optional]168 169<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->170 171#### Annotation process172 173<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->174 175[More Information Needed]176 177#### Who are the annotators?178 179<!-- This section describes the people or systems who created the annotations. -->180 181[More Information Needed]182 183#### Personal and Sensitive Information184 185<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->186 187[More Information Needed]188 189## Bias, Risks, and Limitations190 191<!-- This section is meant to convey both technical and sociotechnical limitations. -->192 193[More Information Needed]194 195### Recommendations196 197<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->198 199Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.200 201## Citation [optional]202 203<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->204 205**BibTeX:**206 207[More Information Needed]208 209**APA:**210 211[More Information Needed]212 213## Glossary [optional]214 215<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->216 217[More Information Needed]218 219## More Information [optional]220 221[More Information Needed]222 223## Dataset Card Authors [optional]224 225[More Information Needed]226 227## Dataset Card Contact228 229[More Information Needed]