Skip to main content

Benchmark for image reading for different libraries.

Project description

Code style: black CircleCI

I/O benchmark

I/O benchmark for different image processing python libraries.

The code is inspired by the benchmark code of Alex Parinov for the albumentations library.

https://github.com/albu/albumentations/blob/master/benchmark/benchmark.py

The idea is inspired by the work of Roman Soloviov:

https://www.kaggle.com/zfturbo/benchmark-2019-speed-of-image-reading

Installation

sudo apt install libturbojpeg

You can use pip to install imread_benchmark:

pip install imread_benchmark

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub:

pip install -U git+https://github.com/ternaus/imread_benchmark

To calculate the I/O speed of your SSD/HDD in Linux

sudo apt-get install hdparm

sudo hdparm -Tt <disk_id>

where disk_id is of the type /dev/sda

As a result you may expect something like:

/dev/sda:
 Timing cached reads:   26114 MB in  1.99 seconds = 13122.03 MB/sec
 Timing buffered disk reads: 1062 MB in  3.00 seconds = 353.70 MB/sec

To run the benchmark

To get the description of all input parameters

imread_benchmark -h
imread_benchmark -d <path to images> \
                 -i <number of images to use> \
                 -r <number of repeats>

Extra options: -p - to print benchmarked libraries versions -s - to shuffle images on every run
--show-std - to show standard deviation for measurements

Libraries that are benchmarked:

  • OpenCV
  • pillow (PIL)
  • jpeg4py
  • scikit-image (skimage)
  • imageio

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

imread_benchmark-0.0.4.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

imread_benchmark-0.0.4-py2.py3-none-any.whl (5.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file imread_benchmark-0.0.4.tar.gz.

File metadata

  • Download URL: imread_benchmark-0.0.4.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.33.0 CPython/3.6.9

File hashes

Hashes for imread_benchmark-0.0.4.tar.gz
Algorithm Hash digest
SHA256 09593b9dd95e1f0521e43089225a401937cb441b689394dda9334db0a2845dd7
MD5 18879775c9ec3d8f6d517d389e8478de
BLAKE2b-256 8d007a3ca2091a93e6de7acea0d01c8e995d46ad533491636e1ed4ccceacbd89

See more details on using hashes here.

File details

Details for the file imread_benchmark-0.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: imread_benchmark-0.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.33.0 CPython/3.6.9

File hashes

Hashes for imread_benchmark-0.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2f46333ce8005a344785d895a42b4fce76a522bd6e32d643758a844bd85531cf
MD5 f19296da902d49c799de95b7b531c404
BLAKE2b-256 d56df05aa4981410aac96ca13b0592c3b605771c743c922ddedf4bf40d382f11

See more details on using hashes here.

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