8 datasets found
  1. P

    Moving MNIST Dataset

    • paperswithcode.com
    • tensorflow.org
    • +2more
    Updated Feb 7, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nitish Srivastava; Elman Mansimov; Ruslan Salakhutdinov (2021). Moving MNIST Dataset [Dataset]. https://paperswithcode.com/dataset/moving-mnist
    Explore at:
    Dataset updated
    Feb 7, 2021
    Authors
    Nitish Srivastava; Elman Mansimov; Ruslan Salakhutdinov
    Description

    The Moving MNIST dataset contains 10,000 video sequences, each consisting of 20 frames. In each video sequence, two digits move independently around the frame, which has a spatial resolution of 64×64 pixels. The digits frequently intersect with each other and bounce off the edges of the frame

  2. h

    detection-moving-mnist-easy

    • huggingface.co
    Updated Feb 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Max Ploter (2025). detection-moving-mnist-easy [Dataset]. https://huggingface.co/datasets/Max-Ploter/detection-moving-mnist-easy
    Explore at:
    Dataset updated
    Feb 28, 2025
    Authors
    Max Ploter
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Detection Moving MNIST (Easy)

      Description
    

    Repository: https://github.com/maxploter/detection-moving-mnist A synthetic video dataset for object detection and tracking, featuring moving MNIST digits with:

    1-10 digits per sequence Linear trajectories with small random translations 128x128 resolution grayscale frames20 frames per video sequence Digit size 28x28 Per-frame annotations including: Digit labels (0-9) Center coordinates (x,y)… See the full description on the dataset page: https://huggingface.co/datasets/Max-Ploter/detection-moving-mnist-easy.

  3. Captioned Moving MNIST Medium Version

    • kaggle.com
    Updated Oct 3, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Rishan Hasan Tenis (2024). Captioned Moving MNIST Medium Version [Dataset]. https://www.kaggle.com/datasets/rishantenis/captioned-moving-mnist-medium-version
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Oct 3, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Rishan Hasan Tenis
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Note: This dataset includes four difficulty levels, and this is the Medium Version, where digits bounce back upon hitting the edges of the frame.

    The dataset consists of videos of moving digits. Each video is paired with a corresponding text file that provides frame-by-frame captions describing the digits' movements.
    This dataset is suitable for training diffusion models for video generation.

    The other versions of this dataset are:

  4. P

    Simulated Flying Shapes Dataset

    • paperswithcode.com
    Updated Jul 1, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Fabio Ferreira; Jonas Rothfuss; Eren Erdal Aksoy; You Zhou; Tamim Asfour (2018). Simulated Flying Shapes Dataset [Dataset]. https://paperswithcode.com/dataset/simulated-flying-shapes
    Explore at:
    Dataset updated
    Jul 1, 2018
    Authors
    Fabio Ferreira; Jonas Rothfuss; Eren Erdal Aksoy; You Zhou; Tamim Asfour
    Description

    The dataset consists of 90 000 grayscale videos that show two objects of equal shape and size in which one object approaches the other one. The object speed during the process of approaching is hereby modelled by a proportional-derivative controller. Overall, three different shapes (Rectangle, Triangle and Circle) are provided. Initial configuration of the objects such as position and color were randomly sampled. Different from the moving MNIST dataset, the samples comprise a goal-oriented task, namely one object has to fully cover the other object rather than randomly moving, making it better suitable for testing prediction capabilities of an ML model. For instance, one can use it as a toy dataset to investigate the capacity and output behavior of a deep neural network before testing it on real-world data.

  5. P

    N-MNIST Dataset

    • paperswithcode.com
    Updated Mar 31, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). N-MNIST Dataset [Dataset]. https://paperswithcode.com/dataset/n-mnist
    Explore at:
    Dataset updated
    Mar 31, 2023
    Description

    Brief Description The Neuromorphic-MNIST (N-MNIST) dataset is a spiking version of the original frame-based MNIST dataset. It consists of the same 60 000 training and 10 000 testing samples as the original MNIST dataset, and is captured at the same visual scale as the original MNIST dataset (28x28 pixels). The N-MNIST dataset was captured by mounting the ATIS sensor on a motorized pan-tilt unit and having the sensor move while it views MNIST examples on an LCD monitor as shown in this video. A full description of the dataset and how it was created can be found in the paper below. Please cite this paper if you make use of the dataset.

    Orchard, G.; Cohen, G.; Jayawant, A.; and Thakor, N. “Converting Static Image Datasets to Spiking Neuromorphic Datasets Using Saccades", Frontiers in Neuroscience, vol.9, no.437, Oct. 2015

  6. a

    MNIST Database (mnist.pkl.gz)

    • academictorrents.com
    bittorrent
    Updated Oct 12, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Christopher J.C. Burges and Yann LeCun and Corinna Cortes (2016). MNIST Database (mnist.pkl.gz) [Dataset]. https://academictorrents.com/details/323a0048d87ca79b68f12a6350a57776b6a3b7fb
    Explore at:
    bittorrent(16168813)Available download formats
    Dataset updated
    Oct 12, 2016
    Dataset authored and provided by
    Christopher J.C. Burges and Yann LeCun and Corinna Cortes
    License

    https://academictorrents.com/nolicensespecifiedhttps://academictorrents.com/nolicensespecified

    Description

    The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image. It is a good database for people who want to try learning techniques and pattern recognition methods on real-world data while spending minimal efforts on preprocessing and formatting. The original black and white (bilevel) images from NIST were size normalized to fit in a 20x20 pixel box while preserving their aspect ratio. The resulting images contain grey levels as a result of the anti-aliasing technique used by the normalization algorithm. the images were centered in a 28x28 image by computing the center of mass of the pixels, and translating the image so as to position this point at the center of the 28x28 field. With some classification methods (particuarly template-based methods, such as SVM and K-nearest neighbors),

  7. m

    N-MNIST

    • data.mendeley.com
    • gts.ai
    Updated Jan 12, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Garrick Orchard (2022). N-MNIST [Dataset]. http://doi.org/10.17632/468j46mzdv.1
    Explore at:
    Dataset updated
    Jan 12, 2022
    Authors
    Garrick Orchard
    License

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

    Description

    Recording of the MNIST dataset displayed on a screen as viewed by a dynamic vision sensor moving through a fixed trajectory on a pan-tilt unit. Details are in the listed paper.

  8. O

    Planar Manipulator Dataset

    • opendatalab.com
    zip
    Updated Apr 8, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Halmstad University (2024). Planar Manipulator Dataset [Dataset]. https://opendatalab.com/OpenDataLab/Planar_Manipulator_Dataset
    Explore at:
    zipAvailable download formats
    Dataset updated
    Apr 8, 2024
    Dataset provided by
    Karlsruhe Institute of Technology
    Halmstad University
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    The dataset consists of 90 000 color videos that show a planar robot manipulator executing articulated manipulation tasks. More precisely, the manipulator grasps a circular object of random color and size and places it on top of a square object/platform of again random color and size. The initial configurations (location, size and color) of the objects were randomly sampled during generation. Different from other datasets such as the moving MNIST dataset, the samples comprise a goal-oriented task as described, making it more suitable for testing prediction capabilities of an ML model. For instance, one can use it as a toy dataset to investigate the capacity and output behavior of a deep neural network before testing it on real-world data.

  9. 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
Nitish Srivastava; Elman Mansimov; Ruslan Salakhutdinov (2021). Moving MNIST Dataset [Dataset]. https://paperswithcode.com/dataset/moving-mnist

Moving MNIST Dataset

Explore at:
Dataset updated
Feb 7, 2021
Authors
Nitish Srivastava; Elman Mansimov; Ruslan Salakhutdinov
Description

The Moving MNIST dataset contains 10,000 video sequences, each consisting of 20 frames. In each video sequence, two digits move independently around the frame, which has a spatial resolution of 64×64 pixels. The digits frequently intersect with each other and bounce off the edges of the frame

Search
Clear search
Close search
Google apps
Main menu