Skip to main content

benchmark image dataset collection and preprocessing

Project description

bidcap

Benchmark Image Dataset Collection And Preprocessing

Image datasets incorporated so far

  • MNIST dataset and its variants - 12000 train, 50000 test

    • MB: MNIST basic dataset
    • MBI: MNIST background image - A patch from a black and white image was used as the background for the digit image
    • MDRBI: MNIST digits with rotation and background image - The perturbations used in MRD and MBI were combined.
    • MRB: MNIST random background - A random background was inserted in the digit image
    • MRD: MNIST rotated digits - The digits were rotated by an angle generated uniformly between 0 and 360 radians.
  • CONVEX dataset - 8000 train, 50000 test

Usage of the package

download the datasets

Download the datasets and put the files under the root directory of your project as shown in the following picture.

alt text

Load the datasets

# import the loader tool
from bidcap.utils.loader import ImagesetLoader
# import mb. Pass the dataset name described above as the first parameter
data = ImagesetLoader.load('mb')
# training images
data.train['images']
# training labels
data.train['labels']
# test images
data.test['images']
# test labels
data.test['labels']

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

bidcap-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

bidcap-0.0.1-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page