9 datasets found
  1. R

    2nd Batch Dataset

    • universe.roboflow.com
    zip
    Updated Oct 15, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    2nd batch (2024). 2nd Batch Dataset [Dataset]. https://universe.roboflow.com/2nd-batch/2nd-batch-z01zp
    Explore at:
    zipAvailable download formats
    Dataset updated
    Oct 15, 2024
    Dataset authored and provided by
    2nd batch
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Object Bounding Boxes
    Description

    2nd Batch

    ## Overview
    
    2nd Batch is a dataset for object detection tasks - it contains Object annotations for 1,528 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  2. R

    4 Batch Dataset

    • universe.roboflow.com
    zip
    Updated Aug 31, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    YZProje (2024). 4 Batch Dataset [Dataset]. https://universe.roboflow.com/yzproje/4-batch/dataset/1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Aug 31, 2024
    Dataset authored and provided by
    YZProje
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Sperm Bounding Boxes
    Description

    4 Batch

    ## Overview
    
    4 Batch is a dataset for object detection tasks - it contains Sperm annotations for 1,593 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  3. R

    Raccondog Image Batch Dataset

    • universe.roboflow.com
    zip
    Updated Aug 31, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Michael Adelyus (2022). Raccondog Image Batch Dataset [Dataset]. https://universe.roboflow.com/michael-adelyus/raccondog-image-batch
    Explore at:
    zipAvailable download formats
    Dataset updated
    Aug 31, 2022
    Dataset authored and provided by
    Michael Adelyus
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Animals Bounding Boxes
    Description

    RacconDog Image Batch

    ## Overview
    
    RacconDog Image Batch is a dataset for object detection tasks - it contains Animals annotations for 218 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  4. h

    tmp-struct-batch

    • huggingface.co
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    tmp-struct-batch [Dataset]. https://huggingface.co/datasets/albertvillanova/tmp-struct-batch
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Authors
    Albert Villanova del Moral
    Description

    albertvillanova/tmp-struct-batch dataset hosted on Hugging Face and contributed by the HF Datasets community

  5. Podcast metadata by full-text keyword search

    • listennotes.com
    csv
    Updated Sep 21, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Listen Notes, Inc. (2020). Podcast metadata by full-text keyword search [Dataset]. https://www.listennotes.com/podcast-datasets/keyword/
    Explore at:
    csvAvailable download formats
    Dataset updated
    Sep 21, 2020
    Dataset provided by
    Listen Notes
    Authors
    Listen Notes, Inc.
    License

    https://www.listennotes.com/podcast-datasets/keyword/#termshttps://www.listennotes.com/podcast-datasets/keyword/#terms

    Description

    Batch export all podcasts or episodes by full-text keyword search, e.g., people, brands, topics...

  6. librispeech_asr_demo

    • huggingface.co
    Updated Oct 13, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hugging Face Internal Testing Organization (2024). librispeech_asr_demo [Dataset]. https://huggingface.co/datasets/hf-internal-testing/librispeech_asr_demo
    Explore at:
    Dataset updated
    Oct 13, 2024
    Dataset provided by
    Hugging Facehttps://huggingface.co/
    Authors
    Hugging Face Internal Testing Organization
    Description

    LibriSpeech is a corpus of approximately 1000 hours of read English speech with sampling rate of 16 kHz, prepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned.

    Note that in order to limit the required storage for preparing this dataset, the audio is stored in the .flac format and is not converted to a float32 array. To convert, the audio file to a float32 array, please make use of the .map() function as follows:

    import soundfile as sf
    
    def map_to_array(batch):
      speech_array, _ = sf.read(batch["file"])
      batch["speech"] = speech_array
      return batch
    
    dataset = dataset.map(map_to_array, remove_columns=["file"])
    
  7. h

    lj_speech

    • huggingface.co
    • tensorflow.org
    Updated Feb 15, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Keith Ito (2021). lj_speech [Dataset]. https://huggingface.co/datasets/keithito/lj_speech
    Explore at:
    Dataset updated
    Feb 15, 2021
    Authors
    Keith Ito
    License

    https://choosealicense.com/licenses/unlicense/https://choosealicense.com/licenses/unlicense/

    Description

    This is a public domain speech dataset consisting of 13,100 short audio clips of a single speaker reading passages from 7 non-fiction books in English. A transcription is provided for each clip. Clips vary in length from 1 to 10 seconds and have a total length of approximately 24 hours.

    Note that in order to limit the required storage for preparing this dataset, the audio is stored in the .wav format and is not converted to a float32 array. To convert the audio file to a float32 array, please make use of the .map() function as follows:

    import soundfile as sf
    
    def map_to_array(batch):
      speech_array, _ = sf.read(batch["file"])
      batch["speech"] = speech_array
      return batch
    
    dataset = dataset.map(map_to_array, remove_columns=["file"])
    
  8. g

    Map Viewing Service (WMS) of the data batch: Data set for exceptional...

    • gimi9.com
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Map Viewing Service (WMS) of the data batch: Data set for exceptional transport management in the Sarthe department(72) | gimi9.com [Dataset]. https://gimi9.com/dataset/eu_fr-120066022-srv-115f3d27-0145-4758-91dc-c0a270c27d77
    Explore at:
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Set of COVADIS tables for exceptional transport management in the Sarthe Department(72)

  9. g

    Map Viewing Service (WMS) of the data batch: Data set for strategic noise...

    • gimi9.com
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Map Viewing Service (WMS) of the data batch: Data set for strategic noise maps in Charente [Dataset]. https://gimi9.com/dataset/eu_fr-120066022-srv-daf78dd7-ea5a-4cb8-acdd-531ae16fbf5a
    Explore at:
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Area covered
    Charente
    Description

    Data set for strategic noise maps of Charente’s terrestrial transport infrastructure. Data for 24H weighted average sound graduation cards (type A) greater than 55 dB(A) or nocturnal scales greater than 50 dB(A) are included; the 24-hour or night weighted average limit values (type C) maps; type B maps from the sound classification of roadways and railways. The Charente is not affected by known or foreseeable sound evolution maps (type D).

  10. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
2nd batch (2024). 2nd Batch Dataset [Dataset]. https://universe.roboflow.com/2nd-batch/2nd-batch-z01zp

2nd Batch Dataset

2nd-batch-z01zp

2nd-batch-dataset

Explore at:
zipAvailable download formats
Dataset updated
Oct 15, 2024
Dataset authored and provided by
2nd batch
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Variables measured
Object Bounding Boxes
Description

2nd Batch

## Overview

2nd Batch is a dataset for object detection tasks - it contains Object annotations for 1,528 images.

## Getting Started

You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.

  ## License

  This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
Search
Clear search
Close search
Google apps
Main menu