Skip to content

MNIST dataset for detection with multiple scales.

License

Notifications You must be signed in to change notification settings

piotlinski/multiscalemnist

Repository files navigation

MultiScaleMNIST dataset

MNIST dataset for detection with multiple scales.

This package creates h5py dataset with images of adjustable size (see config), together with corner-form bounding boxes (x0, y0, x1, y1) and labels.

Examples:

examples/1.png examples/2.png examples/3.png

Development

Requirements:

Usage

  • Install package with poetry poetry install
  • Enter the shell poetry shell
  • Adjust settings by modifying config.py or passing config file (see multiscalemnist --help for info; i.e. multiscalemnist --config-file=config.yml generate)
  • Run generator multiscalemnist generate

About

MNIST dataset for detection with multiple scales.

Topics

Resources

License

Stars

Watchers

Forks