A Moving MNIST dataset generator for object detection tasks.
Project description
Detection Moving MNIST Dataset
This dataset extends the original Moving MNIST dataset. A few variations on how digits move are added.
In this dataset, each frame is padded to have a resolution of image size 128x128. Each frame is also provided with annotations for object detection (center point detection).
Setup repository
conda create -n detection_moving_mnist python=3.11
conda activate detection_moving_mnist
pip install -r requirements.txt
How to generate torch-tensor-format datasets
python3 generate.py -h
usage: generate.py [-h] [--version VERSION] [--split SPLIT] [--num_frames_per_video NUM_FRAMES_PER_VIDEO] [--num_videos NUM_VIDEOS] [--num_videos_hard NUM_VIDEOS_HARD] [--whole_dataset] [--seed SEED] [--hf_videofolder_format] [--hf_arrow_format]
Generate Detection MovingMNIST dataset with specified parameters.
options:
-h, --help show this help message and exit
--version VERSION MMNIST version: easy
--split SPLIT Dataset splits: train, test
--num_frames_per_video NUM_FRAMES_PER_VIDEO
Number of frames per video.
--num_videos NUM_VIDEOS
Number of videos.
--num_videos_hard NUM_VIDEOS_HARD
Number of videos hard limit used when whole_dataset is set.
--whole_dataset We make sure all MNIST digits are used for the dataset.
--seed SEED Seed.
--hf_videofolder_format
Save in Hugging Face video folder format.
--hf_arrow_format Save in Hugging Face arrow format.
Example:
python3 generate.py --split train --version easy --num_frames_per_video 20 --num_videos 60000 --num_videos_hard 120000 --whole_dataset --hf_arrow_format
How to convert torch-tensor-format to huggingface videofolder format
python3 to_video.py -h
usage: to_video.py [-h] [--version VERSION] [--split SPLIT] [--in_place]
Convert torch-tensor-format to huggingface videofolder format.
options:
-h, --help show this help message and exit
--version VERSION MMNIST version: easy, medium, hard, random
--split SPLIT Dataset splits: train, test
--in_place Remove source files during conversion to save space
Example:
python3 to_video.py --version easy --split test
Video conversion uses a rate of 10 frames per second. This can be adjusted in src/utils/utils.py.
How to calculate dataset statistics (huggingface arrow format).
Important this script supports only huggingface videofolder format.
python3 calculate_dataset_statistics.py -h
usage: calculate_dataset_statistics.py [-h] --dataset_dir DATASET_DIR [--splits SPLITS [SPLITS ...]]
Calculate dataset statistics and create distribution histograms
options:
-h, --help show this help message and exit
--dataset_dir DATASET_DIR
Root directory of dataset in Hugging Face videofolder format
--splits SPLITS [SPLITS ...]
Dataset splits to process (e.g., train,test)
Example:
python3 calculate_dataset_statistics.py --dataset_dir mmnist-dataset/huggingface-arrow-format/mmnist-easy
Acknowledgements
This project is based on and modified from the repository:
We extend our gratitude to the original author @YichengShen for their work.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file detection_moving_mnist-0.2.0.tar.gz.
File metadata
- Download URL: detection_moving_mnist-0.2.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aab053513f4ffe384add0b3e1c6c010943474550d3ed3a0a09630d5e935c50ab
|
|
| MD5 |
0e6ca59d91ecf0a01b25717d702d11f8
|
|
| BLAKE2b-256 |
c1e9c536715bd87af41e1a11a136664ee0a620b0a11f75a518cda8d9dd063945
|
File details
Details for the file detection_moving_mnist-0.2.0-py3-none-any.whl.
File metadata
- Download URL: detection_moving_mnist-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b684ff6d0105ae3021085b02c5db31181ed0878f957798d4574f69680a8abce
|
|
| MD5 |
358e0b15658fad84ac0d7dcd299b40cd
|
|
| BLAKE2b-256 |
29f41337d07d03efce84892e1b558e648c37648a614e6e74cda1f62e74c2cb8b
|