Git Product home page Git Product logo

imagechecker's Introduction

Imagechecker linting

BJORN's IMAGE CHECKER

Calculate the SSIM difference between a list of image pairs and record the processing time elapsed

SSIM is used for measuring the similarity between two images. The SSIM index is a full reference metric; in other words, the measurement or prediction of image quality is based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods such as peak signal-to-noise ratio (PSNR) and mean squared error (MSE).

The ImageChecker is a Python 3.8 module that accepts as an input a CSV file that containts 2 fields with N records and an output location where the processing results will be written to in csv format.

Each of those fields contain the absolute path to an image file. The tool also provides the user with the ability to whitelist specific image types.

Even though the core developer & user workflow involves using the provided Makefile, ImageChecker can be executed in a few different ways wihout it:

  • Running the python module locally
  • Using a docker image containing the module and passing configuration & sample images as docker volumes
  • Leverage a Kubernetes cluster and publish new images & configuration as configmaps. While this approach is not a best practice for handling images in a Kubernetes environment, it remains simple, with the only dependency being access to a Kubernetes clusters.

The following links provide detailed information for each topic:

Contributing

If you want to make any contributions, please follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so your changes get reviewed

imagechecker's People

Contributors

nkaravias avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.